Hex #0f1913 Color

#0f1913
equivalent to

RGB

(15, 25, 19)

Details of #0f1913

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
15
0.6622
0.40
0.40
7.6223
0.8438
144°
9.1861
25
0.8438
0.25
0.00
-5.7295
0.2943
40°
-3.2084
19
0.7441
0.08
0.24   0.90
2.4992
0.3750
10°
1.6294

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111
17
15
F
Green
11001
31
25
19
Blue
10011
23
19
13

RGB in % of #0f1913

%25.42
%42.37
%32.20

CMYK in % of #0f1913

%40
%0
%24
%90

Triads of color #0f1913

#0f1913 #19130f #130f13

Similar Colors to #0f1913

#0f1913 #10190f #0f1918

Preview Color #0f1913 on black ground

#0f1913 is very interesting for text.

Preview Color #0f1913 on white ground

#0f1913 is very interesting for text.

CSS Codes #0f1913 color

.mybgcolor {background-color:#0f1913; }
.myforecolor {color:#0f1913; }
.mybordercolor {border:3px solid #0f1913; }

Text Font Color #0f1913

<p style="color:#0f1913">Text here</p>

This sample text font color is #0f1913
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #0f1913

<div style="background-color:#0f1913">
Div content here</div>

This div background color is #0f1913


Border Color #0f1913

<div style="border:3px solid #0f1913">
Div here</div>

The color of this border is #0f1913


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #0f1913; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #0f1913;
-webkit-box-shadow: 1px 1px 3px 2px #0f1913;
box-shadow:         1px 1px 3px 2px #0f1913; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #0f1913">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f1913;
  -webkit-box-shadow: 1px 1px 3px 2px #0f1913;
  box-shadow:         1px 1px 3px 2px #0f1913;">
Div content here</div>

The shadow of div box using color #0f1913