COLOR #0F1709

HEX: #0F1709 RGB: (15,23,9)

Color info

#0F1709 contains red, green and blue colors in about the same proportion. Web safe color of #0F1709 is #000000 (or #000).

RGB color model

#0F1709 color RGB value is (15,23,9).

RGB: (15,23,9) (6%, 9%, 4%)

RGB channels and saturation

R 15 of 255 = 6%
G 23 of 255 = 9%
B 9 of 255 = 4%

15
23
9

R + G + B ~ 6%. #0F1709 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 23 + 9 = 47 (100%)
R 15 of 47 ~ 31.91%
G 23 of 47 ~ 48.94%
B 9 of 47 ~ 19.15'%

%31.91
%48.94
%19.15

CMYK color model

#0F1709 color CMYK value is (35,0,61,91).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 90.98%

CMYK: (35,0,61,91)
C35M0Y61K91 (35%, 0%, 61%, 91%)
(0.35 / 0.00 / 0.61 / 0.91)

CMYK percentages

%34.78
%0
%60.87
%90.98

Codes

Color #0F1709 in popluar color models

0F 17 09
RGB 15 23 9
HSL 94° 43.75% 6.27%
HSB/HSV 94° 60.87% 9.02%
CMYK 34.78% 0.00% 60.87%
90.98%

Color #0F1709 in popluar number systems.

HEX 0F 17 09
Decimal 15 23 9
Binary 1111 10111 1001
Octal 17 27 11

Shades and tints

Shades of #0F1709

#0F1709
(15,23,9)
#0E1509
(14,21,9)
#0D1309
(13,19,9)
#0C1109
(12,17,9)
#0B0F09
(11,15,9)
#0A0D09
(10,13,9)
#090B09
(9,11,9)
#080909
(8,9,9)
#070709
(7,7,9)
#060509
(6,5,9)
#050309
(5,3,9)
#000000
(0,0,0)

Tints of #0F1709

#0F1709
(15,23,9)
#242C1F
(36,44,31)
#394135
(57,65,53)
#4E564B
(78,86,75)
#636B61
(99,107,97)
#788077
(120,128,119)
#8D958D
(141,149,141)
#A2AAA3
(162,170,163)
#B7BFB9
(183,191,185)
#CCD4CF
(204,212,207)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1709; }

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

This text font color is #0F1709.

Background Color

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

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

This div background color is #0F1709.

Border color

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

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

This div border color is #0F1709.

Opacity

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

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

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

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

This text has shadow with #0F1709 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1709.

Preview

Color preview on black background

This text has color #0F1709 on black background.


Color preview on white background

This text has color #0F1709 on white background.


Black color preview on #0F1709 background

This text has black color on #0F1709 background.


White color preview on #0F1709 background

This text has white color on #0F1709 background.


Related colors

Complementary color

Complementary color for #hex is #F0E8F6.


I love getcolorcode.com

Triadic colors

1 #090F17 and #17090F with #0F1709 are triadic colors.

2 #09170F and #170F09 with #0F1709 are triadic colors.