Color Hex Logo

#13150b Color Hex

#13150B
(19,21,11)
0 Favorites   0 Comments

Color spaces of #13150b

RGB 192111
HSL0.200.310.06
HSV72°48°
CMYK 0.100.000.48   0.92
XYZ0.59710.69890.4200
Yxy0.69890.34800.4073
Hunter Lab8.3600-1.88102.8733
CIE-Lab6.3131-2.75214.8772

#13150b color RGB value is (19,21,11).

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

The process color (four color CMYK) of #13150b color hex is 0.10, 0.00, 0.48, 0.92. Web safe color of #13150b is #000000. Color #13150b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010101 00001011
Octal 23 25 13
Decimal 19 21 11
Hex 13 15 B

RGB Percentages of Color #13150b

%37.25
%41.18
%21.57

CMYK Percentages of Color #13150b

%10
%0
%48
%92

Triadic Colors of #13150b

#13150b #0b1315 #150b13

Analogous Colors of #13150b

#13150b #0e150b #15120b

Monochromatic Colors of #13150b

#13150b

Complementary Color

#13150b #0d0b15

#13150b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13150b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13150b Color CSS Codes

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

#13150b Text Font Color

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

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


#13150b Background Color

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

This div background color is #13150b


#13150b Border Color

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

This div border color is #13150b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,21,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 #13150b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13150b


Comments

No comments written yet.

Please login to write comment.