Color Hex Logo

#0f2421 Color Hex

#0F2421
(15,36,33)
0 Favorites   0 Comments

Color spaces of #0f2421

RGB 153633
HSL0.480.410.10
HSV171°58°14°
CMYK 0.580.000.08   0.86
XYZ1.10241.47311.6651
Yxy1.47310.26000.3474
Hunter Lab12.1371-5.02710.3620
CIE-Lab12.4360-9.3889-0.6152

#0f2421 color RGB value is (15,36,33).

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

The process color (four color CMYK) of #0f2421 color hex is 0.58, 0.00, 0.08, 0.86. Web safe color of #0f2421 is #003333. Color #0f2421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100100 00100001
Octal 17 44 41
Decimal 15 36 33
Hex F 24 21

RGB Percentages of Color #0f2421

%17.86
%42.86
%39.29

CMYK Percentages of Color #0f2421

%58
%0
%8
%86

Triadic Colors of #0f2421

#0f2421 #210f24 #24210f

Analogous Colors of #0f2421

#0f2421 #0f1d24 #0f2417

Monochromatic Colors of #0f2421

#0f2421

Complementary Color

#0f2421 #240f12

#0f2421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f2421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f2421 Color CSS Codes

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

#0f2421 Text Font Color

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

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


#0f2421 Background Color

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

This div background color is #0f2421


#0f2421 Border Color

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

This div border color is #0f2421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f2421


Comments

No comments written yet.

Please login to write comment.