COLOR #0F160B

HEX: #0F160B RGB: (15,22,11)

Color info

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

RGB color model

#0F160B color RGB value is (15,22,11).

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

RGB channels and saturation

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

15
22
11

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

Portions of RGB colors in percentages

R + G + B = 15 + 22 + 11 = 48 (100%)
R 15 of 48 ~ 31.25%
G 22 of 48 ~ 45.83%
B 11 of 48 ~ 22.92'%

%31.25
%45.83
%22.92

CMYK color model

#0F160B color CMYK value is (32,0,50,91).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 91.37%
CMYK: (32,0,50,91) C32M0Y50K91 (32%,0%,50%,91%) (0.32/0.00/0.50/0.91) 

CMYK percentages

%31.82
%0
%50
%91.37

Codes

Color #0F160B in popluar color models

0F 16 0B
RGB 15 22 11
HSL 98° 33.33% 6.47%
HSB/HSV 98° 50.00% 8.63%
CMYK 31.82% 0.00% 50.00%
91.37%

Color #0F160B in popluar number systems.

HEX 0F 16 0B
Decimal 15 22 11
Binary 1111 10110 1011
Octal 17 26 13

Shades and tints

Shades of #0F160B

#0F160B
(15,22,11)
#0E140A
(14,20,10)
#0D1209
(13,18,9)
#0C1008
(12,16,8)
#0B0E07
(11,14,7)
#0A0C06
(10,12,6)
#090A05
(9,10,5)
#080804
(8,8,4)
#070603
(7,6,3)
#060402
(6,4,2)
#050201
(5,2,1)
#000000
(0,0,0)

Tints of #0F160B

#0F160B
(15,22,11)
#242B21
(36,43,33)
#394037
(57,64,55)
#4E554D
(78,85,77)
#636A63
(99,106,99)
#787F79
(120,127,121)
#8D948F
(141,148,143)
#A2A9A5
(162,169,165)
#B7BEBB
(183,190,187)
#CCD3D1
(204,211,209)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F160B; }

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

This text font color is #0F160B.

Background Color

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

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

This div background color is #0F160B.

Border color

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

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

This div border color is #0F160B.

Opacity

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

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

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

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

This text has shadow with #0F160B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F160B.

Preview

Color preview on black background

This text has color #0F160B on black background.


Color preview on white background

This text has color #0F160B on white background.


Black color preview on #0F160B background

This text has black color on #0F160B background.


White color preview on #0F160B background

This text has white color on #0F160B background.


Related colors

Complementary color

Complementary color for #hex is #F0E9F4.


I love getcolorcode.com

Triadic colors

1 #0B0F16 and #160B0F with #0F160B are triadic colors.

2 #0B160F and #160F0B with #0F160B are triadic colors.