COLOR #0F251F

HEX: #0F251F RGB: (15,37,31)

Color info

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

RGB color model

#0F251F color RGB value is (15,37,31).

RGB: (15,37,31) (6%, 15%, 12%)

RGB channels and saturation

R 15 of 255 = 6%
G 37 of 255 = 15%
B 31 of 255 = 12%

15
37
31

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

Portions of RGB colors in percentages

R + G + B = 15 + 37 + 31 = 83 (100%)
R 15 of 83 ~ 18.07%
G 37 of 83 ~ 44.58%
B 31 of 83 ~ 37.35'%

%18.07
%44.58
%37.35

CMYK color model

#0F251F color CMYK value is (59,0,16,85).

  • cyan value is 59.46%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 85.49%

CMYK: (59,0,16,85)
C59M0Y16K85 (59%, 0%, 16%, 85%)
(0.59 / 0.00 / 0.16 / 0.85)

CMYK percentages

%59.46
%0
%16.22
%85.49

Codes

Color #0F251F in popluar color models

0F 25 1F
RGB 15 37 31
HSL 164° 42.31% 10.20%
HSB/HSV 164° 59.46% 14.51%
CMYK 59.46% 0.00% 16.22%
85.49%

Color #0F251F in popluar number systems.

HEX 0F 25 1F
Decimal 15 37 31
Binary 1111 100101 11111
Octal 17 45 37

Shades and tints

Shades of #0F251F

#0F251F
(15,37,31)
#0E221D
(14,34,29)
#0D1F1B
(13,31,27)
#0C1C19
(12,28,25)
#0B1917
(11,25,23)
#0A1615
(10,22,21)
#091313
(9,19,19)
#081011
(8,16,17)
#070D0F
(7,13,15)
#060A0D
(6,10,13)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #0F251F

#0F251F
(15,37,31)
#243833
(36,56,51)
#394B47
(57,75,71)
#4E5E5B
(78,94,91)
#63716F
(99,113,111)
#788483
(120,132,131)
#8D9797
(141,151,151)
#A2AAAB
(162,170,171)
#B7BDBF
(183,189,191)
#CCD0D3
(204,208,211)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F251F; }

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

This text font color is #0F251F.

Background Color

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

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

This div background color is #0F251F.

Border color

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

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

This div border color is #0F251F.

Opacity

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

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

Text with #0F251F 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 #0F251F;}

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

This text has shadow with #0F251F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F251F.

Preview

Color preview on black background

This text has color #0F251F on black background.


Color preview on white background

This text has color #0F251F on white background.


Black color preview on #0F251F background

This text has black color on #0F251F background.


White color preview on #0F251F background

This text has white color on #0F251F background.


Related colors

Complementary color

Complementary color for #hex is #F0DAE0.


I love getcolorcode.com

Triadic colors

1 #1F0F25 and #251F0F with #0F251F are triadic colors.

2 #1F250F and #250F1F with #0F251F are triadic colors.