COLOR #0F171F

HEX: #0F171F RGB: (15,23,31)

Color info

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

RGB color model

#0F171F color RGB value is (15,23,31).

RGB: (15,23,31) (6%, 9%, 12%)

RGB channels and saturation

R 15 of 255 = 6%
G 23 of 255 = 9%
B 31 of 255 = 12%

15
23
31

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

Portions of RGB colors in percentages

R + G + B = 15 + 23 + 31 = 69 (100%)
R 15 of 69 ~ 21.74%
G 23 of 69 ~ 33.33%
B 31 of 69 ~ 44.93'%

%21.74
%33.33
%44.93

CMYK color model

#0F171F color CMYK value is (52,26,0,88).

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

CMYK: (52,26,0,88)
C52M26Y0K88 (52%, 26%, 0%, 88%)
(0.52 / 0.26 / 0.00 / 0.88)

CMYK percentages

%51.61
%25.81
%0
%87.84

Codes

Color #0F171F in popluar color models

0F 17 1F
RGB 15 23 31
HSL 210° 34.78% 9.02%
HSB/HSV 210° 51.61% 12.16%
CMYK 51.61% 25.81% 0.00%
87.84%

Color #0F171F in popluar number systems.

HEX 0F 17 1F
Decimal 15 23 31
Binary 1111 10111 11111
Octal 17 27 37

Shades and tints

Shades of #0F171F

#0F171F
(15,23,31)
#0E151D
(14,21,29)
#0D131B
(13,19,27)
#0C1119
(12,17,25)
#0B0F17
(11,15,23)
#0A0D15
(10,13,21)
#090B13
(9,11,19)
#080911
(8,9,17)
#07070F
(7,7,15)
#06050D
(6,5,13)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #0F171F

#0F171F
(15,23,31)
#242C33
(36,44,51)
#394147
(57,65,71)
#4E565B
(78,86,91)
#636B6F
(99,107,111)
#788083
(120,128,131)
#8D9597
(141,149,151)
#A2AAAB
(162,170,171)
#B7BFBF
(183,191,191)
#CCD4D3
(204,212,211)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F171F; }

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

This text font color is #0F171F.

Background Color

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

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

This div background color is #0F171F.

Border color

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

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

This div border color is #0F171F.

Opacity

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

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

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

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

This text has shadow with #0F171F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F171F.

Preview

Color preview on black background

This text has color #0F171F on black background.


Color preview on white background

This text has color #0F171F on white background.


Black color preview on #0F171F background

This text has black color on #0F171F background.


White color preview on #0F171F background

This text has white color on #0F171F background.


Related colors

Complementary color

Complementary color for #hex is #F0E8E0.


I love getcolorcode.com

Triadic colors

1 #1F0F17 and #171F0F with #0F171F are triadic colors.

2 #1F170F and #170F1F with #0F171F are triadic colors.