Color Hex Logo

#13120b Color Hex

#13120B
(19,18,11)
0 Favorites   0 Comments

Color spaces of #13120b

RGB 191811
HSL0.150.270.06
HSV53°42°
CMYK 0.000.050.42   0.93
XYZ0.54530.59520.4028
Yxy0.59520.35330.3857
Hunter Lab7.7149-0.88452.3049
CIE-Lab5.3764-0.83653.5082

#13120b color RGB value is (19,18,11).

#13120b hex color red value is 19, green value is 18 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #13120b hue: 0.15 , saturation: 0.27 and the lightness value of 13120b is 0.06.

The process color (four color CMYK) of #13120b color hex is 0.00, 0.05, 0.42, 0.93. Web safe color of #13120b is #000000. Color #13120b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 00001011
Octal 23 22 13
Decimal 19 18 11
Hex 13 12 B

RGB Percentages of Color #13120b

%39.58
%37.50
%22.92

CMYK Percentages of Color #13120b

%0
%5
%42
%93

Triadic Colors of #13120b

#13120b #0b1312 #120b13

Analogous Colors of #13120b

#13120b #10130b #130e0b

Monochromatic Colors of #13120b

#13120b

Complementary Color

#13120b #0b0c13

#13120b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13120b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13120b Color CSS Codes

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

#13120b Text Font Color

<p style="color:#13120b">Text here</p>

This sample text font color is #13120b
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.


#13120b Background Color

<div style="background-color:#13120b">
Div content here</div>

This div background color is #13120b


#13120b Border Color

<div style="border:3px solid #13120b">
Div here</div>

This div border color is #13120b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,18,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13120b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13120b;
  -webkit-box-shadow: 1px 1px 3px 2px #13120b;
  box-shadow:         1px 1px 3px 2px #13120b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13120b


Comments

No comments written yet.

Please login to write comment.