Color Hex Logo

#13251b Color Hex

#13251B
(19,37,27)
0 Favorites   0 Comments

Color spaces of #13251b

RGB 193727
HSL0.410.320.11
HSV147°49°15°
CMYK 0.490.000.27   0.85
XYZ1.12801.54071.2748
Yxy1.54070.28600.3907
Hunter Lab12.4125-5.50052.5995
CIE-Lab12.8645-10.36644.3523

#13251b color RGB value is (19,37,27).

#13251b hex color red value is 19, green value is 37 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #13251b hue: 0.41 , saturation: 0.32 and the lightness value of 13251b is 0.11.

The process color (four color CMYK) of #13251b color hex is 0.49, 0.00, 0.27, 0.85. Web safe color of #13251b is #003333. Color #13251b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 00011011
Octal 23 45 33
Decimal 19 37 27
Hex 13 25 1B

RGB Percentages of Color #13251b

%22.89
%44.58
%32.53

CMYK Percentages of Color #13251b

%49
%0
%27
%85

Triadic Colors of #13251b

#13251b #1b1325 #251b13

Analogous Colors of #13251b

#13251b #132524 #142513

Monochromatic Colors of #13251b

#13251b

Complementary Color

#13251b #25131d

#13251b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13251b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13251b Color CSS Codes

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

#13251b Text Font Color

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

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


#13251b Background Color

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

This div background color is #13251b


#13251b Border Color

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

This div border color is #13251b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13251b


Comments

No comments written yet.

Please login to write comment.