COLOR #0F241F

HEX: #0F241F RGB: (15,36,31)

Color info

#0F241F contains red, green and blue colors in about the same proportion. Web safe color of #0F241F is #003333 (or #033).

RGB color model

#0F241F color RGB value is (15,36,31).

RGB: (15,36,31) (6%, 14%, 12%)

RGB channels and saturation

R 15 of 255 = 6%
G 36 of 255 = 14%
B 31 of 255 = 12%

15
36
31

R + G + B ~ 11%. #0F241F is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 36 + 31 = 82 (100%)
R 15 of 82 ~ 18.29%
G 36 of 82 ~ 43.9%
B 31 of 82 ~ 37.8'%

%18.29
%43.9
%37.8

CMYK color model

#0F241F color CMYK value is (58,0,14,86).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK: (58,0,14,86) C58M0Y14K86 (58%,0%,14%,86%) (0.58/0.00/0.14/0.86) 

CMYK percentages

%58.33
%0
%13.89
%85.88

Codes

Color #0F241F in popluar color models

0F 24 1F
RGB 15 36 31
HSL 166° 41.18% 10.00%
HSB/HSV 166° 58.33% 14.12%
CMYK 58.33% 0.00% 13.89%
85.88%

Color #0F241F in popluar number systems.

HEX 0F 24 1F
Decimal 15 36 31
Binary 1111 100100 11111
Octal 17 44 37

Shades and tints

Shades of #0F241F

#0F241F
(15,36,31)
#0E211D
(14,33,29)
#0D1E1B
(13,30,27)
#0C1B19
(12,27,25)
#0B1817
(11,24,23)
#0A1515
(10,21,21)
#091213
(9,18,19)
#080F11
(8,15,17)
#070C0F
(7,12,15)
#06090D
(6,9,13)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #0F241F

#0F241F
(15,36,31)
#243733
(36,55,51)
#394A47
(57,74,71)
#4E5D5B
(78,93,91)
#63706F
(99,112,111)
#788383
(120,131,131)
#8D9697
(141,150,151)
#A2A9AB
(162,169,171)
#B7BCBF
(183,188,191)
#CCCFD3
(204,207,211)
#E1E2E7
(225,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F241F color. Also use rgb(15,36,31) instead hex code.

Text Font Color

.myTextColor { color: #0F241F; }

<p style="color:#0F241F">This sample text font color is #0F241F.</p>

This text font color is #0F241F.

Background Color

.myBgColor { background-color: #0F241F; }

<div style="background-color:#0F241F">Inner text</div>

This div background color is #0F241F.

Border color

.myBorderColor { border: 1px solid #0F241F; }

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

This div border color is #0F241F.

Opacity

.myOpacity80 { color: #0F241F; opacity: 0.8; }

<p style="color:#0F241F;opacity:0.8;">80%</p>

Text with #0F241F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F241F;}

<p style="text-shadow: 3px 3px 1px #0F241F">Text here.</p>

This text has shadow with #0F241F color.


.textShadow {text-shadow: 3px 3px 1px #0F241F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F241F, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F241F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F241F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F241F, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F241F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0F241F;
-webkit-box-shadow: 1px 1px 3px 2px #0F241F;
box-shadow: 1px 1px 3px 2px #0F241F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F241F; -webkit-box-shadow: 1px 1px 3px 2px #0F241F; box-shadow:1px 1px 3px 2px #0F241F;">
Div content here
</div>

This div box has shadow with color #0F241F.

Preview

Color preview on black background

This text has color #0F241F on black background.


Color preview on white background

This text has color #0F241F on white background.


Black color preview on #0F241F background

This text has black color on #0F241F background.


White color preview on #0F241F background

This text has white color on #0F241F background.


Related colors

Complementary color

Complementary color for #hex is #F0DBE0.


I love getcolorcode.com

Triadic colors

1 #1F0F24 and #241F0F with #0F241F are triadic colors.

2 #1F240F and #240F1F with #0F241F are triadic colors.