COLOR #0F151F

HEX: #0F151F RGB: (15,21,31)

Color info

#0F151F contains red, green and blue colors in about the same proportion. Web safe color of #0F151F is #000033 (or #003).

RGB color model

#0F151F color RGB value is (15,21,31).

RGB: (15,21,31) (6%, 8%, 12%)

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 31 of 255 = 12%

15
21
31

R + G + B ~ 9%. #0F151F is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 21 + 31 = 67 (100%)
R 15 of 67 ~ 22.39%
G 21 of 67 ~ 31.34%
B 31 of 67 ~ 46.27'%

%22.39
%31.34
%46.27

CMYK color model

#0F151F color CMYK value is (52,32,0,88).

  • cyan value is 51.61%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (52,32,0,88)
C52M32Y0K88 (52%, 32%, 0%, 88%)
(0.52 / 0.32 / 0.00 / 0.88)

CMYK percentages

%51.61
%32.26
%0
%87.84

Codes

Color #0F151F in popluar color models

0F 15 1F
RGB 15 21 31
HSL 218° 34.78% 9.02%
HSB/HSV 218° 51.61% 12.16%
CMYK 51.61% 32.26% 0.00%
87.84%

Color #0F151F in popluar number systems.

HEX 0F 15 1F
Decimal 15 21 31
Binary 1111 10101 11111
Octal 17 25 37

Shades and tints

Shades of #0F151F

#0F151F
(15,21,31)
#0E141D
(14,20,29)
#0D131B
(13,19,27)
#0C1219
(12,18,25)
#0B1117
(11,17,23)
#0A1015
(10,16,21)
#090F13
(9,15,19)
#080E11
(8,14,17)
#070D0F
(7,13,15)
#060C0D
(6,12,13)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #0F151F

#0F151F
(15,21,31)
#242A33
(36,42,51)
#393F47
(57,63,71)
#4E545B
(78,84,91)
#63696F
(99,105,111)
#787E83
(120,126,131)
#8D9397
(141,147,151)
#A2A8AB
(162,168,171)
#B7BDBF
(183,189,191)
#CCD2D3
(204,210,211)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F151F; }

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

This text font color is #0F151F.

Background Color

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

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

This div background color is #0F151F.

Border color

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

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

This div border color is #0F151F.

Opacity

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

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

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

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

This text has shadow with #0F151F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F151F.

Preview

Color preview on black background

This text has color #0F151F on black background.


Color preview on white background

This text has color #0F151F on white background.


Black color preview on #0F151F background

This text has black color on #0F151F background.


White color preview on #0F151F background

This text has white color on #0F151F background.


Related colors

Complementary color

Complementary color for #hex is #F0EAE0.


I love getcolorcode.com

Triadic colors

1 #1F0F15 and #151F0F with #0F151F are triadic colors.

2 #1F150F and #150F1F with #0F151F are triadic colors.