Color Hex Logo

#0f281f Color Hex

#0F281F
(15,40,31)
0 Favorites   0 Comments

Color spaces of #0f281f

RGB 154031
HSL0.440.450.11
HSV158°63°16°
CMYK 0.630.000.23   0.84
XYZ1.20311.71811.5645
Yxy1.71810.26820.3830
Hunter Lab13.1076-6.55452.0986
CIE-Lab13.9323-12.49232.9852

#0f281f color RGB value is (15,40,31).

#0f281f hex color red value is 15, green value is 40 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0f281f hue: 0.44 , saturation: 0.45 and the lightness value of 0f281f is 0.11.

The process color (four color CMYK) of #0f281f color hex is 0.63, 0.00, 0.23, 0.84. Web safe color of #0f281f is #003333. Color #0f281f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101000 00011111
Octal 17 50 37
Decimal 15 40 31
Hex F 28 1F

RGB Percentages of Color #0f281f

%17.44
%46.51
%36.05

CMYK Percentages of Color #0f281f

%63
%0
%23
%84

Triadic Colors of #0f281f

#0f281f #1f0f28 #281f0f

Analogous Colors of #0f281f

#0f281f #0f2528 #0f2813

Monochromatic Colors of #0f281f

#0f281f

Complementary Color

#0f281f #280f18

#0f281f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f281f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f281f Color CSS Codes

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

#0f281f Text Font Color

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

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


#0f281f Background Color

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

This div background color is #0f281f


#0f281f Border Color

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

This div border color is #0f281f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f281f


Comments

No comments written yet.

Please login to write comment.