Color Hex Logo

#0f211f Color Hex

#0F211F
(15,33,31)
0 Favorites   0 Comments

Color spaces of #0f211f

RGB 153331
HSL0.480.380.09
HSV173°55°13°
CMYK 0.550.000.06   0.87
XYZ0.98821.28821.4929
Yxy1.28820.26220.3418
Hunter Lab11.3499-4.32090.1463
CIE-Lab11.1927-8.0813-0.9849

#0f211f color RGB value is (15,33,31).

#0f211f hex color red value is 15, green value is 33 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0f211f hue: 0.48 , saturation: 0.38 and the lightness value of 0f211f is 0.09.

The process color (four color CMYK) of #0f211f color hex is 0.55, 0.00, 0.06, 0.87. Web safe color of #0f211f is #003333. Color #0f211f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100001 00011111
Octal 17 41 37
Decimal 15 33 31
Hex F 21 1F

RGB Percentages of Color #0f211f

%18.99
%41.77
%39.24

CMYK Percentages of Color #0f211f

%55
%0
%6
%87

Triadic Colors of #0f211f

#0f211f #1f0f21 #211f0f

Analogous Colors of #0f211f

#0f211f #0f1a21 #0f2116

Monochromatic Colors of #0f211f

#0f211f

Complementary Color

#0f211f #210f11

#0f211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f211f Color CSS Codes

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

#0f211f Text Font Color

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

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


#0f211f Background Color

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

This div background color is #0f211f


#0f211f Border Color

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

This div border color is #0f211f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,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 #0f211f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f211f


Comments

No comments written yet.

Please login to write comment.