COLOR #0F1609

HEX: #0F1609 RGB: (15,22,9)

Color info

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

RGB color model

#0F1609 color RGB value is (15,22,9).

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

RGB channels and saturation

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

15
22
9

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

Portions of RGB colors in percentages

R + G + B = 15 + 22 + 9 = 46 (100%)
R 15 of 46 ~ 32.61%
G 22 of 46 ~ 47.83%
B 9 of 46 ~ 19.57'%

%32.61
%47.83
%19.57

CMYK color model

#0F1609 color CMYK value is (32,0,59,91).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 91.37%

CMYK: (32,0,59,91)
C32M0Y59K91 (32%, 0%, 59%, 91%)
(0.32 / 0.00 / 0.59 / 0.91)

CMYK percentages

%31.82
%0
%59.09
%91.37

Codes

Color #0F1609 in popluar color models

0F 16 09
RGB 15 22 9
HSL 92° 41.94% 6.08%
HSB/HSV 92° 59.09% 8.63%
CMYK 31.82% 0.00% 59.09%
91.37%

Color #0F1609 in popluar number systems.

HEX 0F 16 09
Decimal 15 22 9
Binary 1111 10110 1001
Octal 17 26 11

Shades and tints

Shades of #0F1609

#0F1609
(15,22,9)
#0E1409
(14,20,9)
#0D1209
(13,18,9)
#0C1009
(12,16,9)
#0B0E09
(11,14,9)
#0A0C09
(10,12,9)
#090A09
(9,10,9)
#080809
(8,8,9)
#070609
(7,6,9)
#060409
(6,4,9)
#050209
(5,2,9)
#000000
(0,0,0)

Tints of #0F1609

#0F1609
(15,22,9)
#242B1F
(36,43,31)
#394035
(57,64,53)
#4E554B
(78,85,75)
#636A61
(99,106,97)
#787F77
(120,127,119)
#8D948D
(141,148,141)
#A2A9A3
(162,169,163)
#B7BEB9
(183,190,185)
#CCD3CF
(204,211,207)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1609; }

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

This text font color is #0F1609.

Background Color

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

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

This div background color is #0F1609.

Border color

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

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

This div border color is #0F1609.

Opacity

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

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

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

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

This text has shadow with #0F1609 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1609.

Preview

Color preview on black background

This text has color #0F1609 on black background.


Color preview on white background

This text has color #0F1609 on white background.


Black color preview on #0F1609 background

This text has black color on #0F1609 background.


White color preview on #0F1609 background

This text has white color on #0F1609 background.


Related colors

Complementary color

Complementary color for #hex is #F0E9F6.


I love getcolorcode.com

Triadic colors

1 #090F16 and #16090F with #0F1609 are triadic colors.

2 #09160F and #160F09 with #0F1609 are triadic colors.