Color Hex Logo

#15211f Color Hex

#15211F
(21,33,31)
0 Favorites   0 Comments

Color spaces of #15211f

RGB 213331
HSL0.470.220.11
HSV170°36°13°
CMYK 0.360.000.06   0.87
XYZ1.10041.34611.4981
Yxy1.34610.27900.3413
Hunter Lab11.6022-3.37400.4658
CIE-Lab11.5942-5.8287-0.3483

#15211f color RGB value is (21,33,31).

#15211f hex color red value is 21, green value is 33 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #15211f hue: 0.47 , saturation: 0.22 and the lightness value of 15211f is 0.11.

The process color (four color CMYK) of #15211f color hex is 0.36, 0.00, 0.06, 0.87. Web safe color of #15211f is #003333. Color #15211f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 00011111
Octal 25 41 37
Decimal 21 33 31
Hex 15 21 1F

RGB Percentages of Color #15211f

%24.71
%38.82
%36.47

CMYK Percentages of Color #15211f

%36
%0
%6
%87

Triadic Colors of #15211f

#15211f #1f1521 #211f15

Analogous Colors of #15211f

#15211f #151d21 #152119

Monochromatic Colors of #15211f

#15211f

Complementary Color

#15211f #211517

#15211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15211f Color CSS Codes

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

#15211f Text Font Color

<p style="color:#15211f">Text here</p>

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


#15211f Background Color

<div style="background-color:#15211f">
Div content here</div>

This div background color is #15211f


#15211f Border Color

<div style="border:3px solid #15211f">
Div here</div>

This div border color is #15211f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,33,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15211f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15211f;
  -webkit-box-shadow: 1px 1px 3px 2px #15211f;
  box-shadow:         1px 1px 3px 2px #15211f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15211f


Comments

No comments written yet.

Please login to write comment.