Color Hex Logo

#0f231f Color Hex

#0F231F
(15,35,31)
0 Favorites   0 Comments

Color spaces of #0f231f

RGB 153531
HSL0.470.400.10
HSV168°57°14°
CMYK 0.570.000.11   0.86
XYZ1.04541.40261.5119
Yxy1.40260.26400.3542
Hunter Lab11.8431-4.96920.7212
CIE-Lab11.9749-9.38680.1615

#0f231f color RGB value is (15,35,31).

#0f231f hex color red value is 15, green value is 35 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0f231f hue: 0.47 , saturation: 0.40 and the lightness value of 0f231f is 0.10.

The process color (four color CMYK) of #0f231f color hex is 0.57, 0.00, 0.11, 0.86. Web safe color of #0f231f is #003333. Color #0f231f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100011 00011111
Octal 17 43 37
Decimal 15 35 31
Hex F 23 1F

RGB Percentages of Color #0f231f

%18.52
%43.21
%38.27

CMYK Percentages of Color #0f231f

%57
%0
%11
%86

Triadic Colors of #0f231f

#0f231f #1f0f23 #231f0f

Analogous Colors of #0f231f

#0f231f #0f1d23 #0f2315

Monochromatic Colors of #0f231f

#0f231f

Complementary Color

#0f231f #230f13

#0f231f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f231f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f231f Color CSS Codes

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

#0f231f Text Font Color

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

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


#0f231f Background Color

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

This div background color is #0f231f


#0f231f Border Color

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

This div border color is #0f231f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f231f


Comments

No comments written yet.

Please login to write comment.