COLOR #09160B

HEX: #09160B RGB: (9,22,11)

Color info

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

RGB color model

#09160B color RGB value is (9,22,11).

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

RGB channels and saturation

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

9
22
11

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

Portions of RGB colors in percentages

R + G + B = 9 + 22 + 11 = 42 (100%)
R 9 of 42 ~ 21.43%
G 22 of 42 ~ 52.38%
B 11 of 42 ~ 26.19'%

%21.43
%52.38
%26.19

CMYK color model

#09160B color CMYK value is (59,0,50,91).

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

CMYK: (59,0,50,91)
C59M0Y50K91 (59%, 0%, 50%, 91%)
(0.59 / 0.00 / 0.50 / 0.91)

CMYK percentages

%59.09
%0
%50
%91.37

Codes

Color #09160B in popluar color models

09 16 0B
RGB 9 22 11
HSL 129° 41.94% 6.08%
HSB/HSV 129° 59.09% 8.63%
CMYK 59.09% 0.00% 50.00%
91.37%

Color #09160B in popluar number systems.

HEX 09 16 0B
Decimal 9 22 11
Binary 1001 10110 1011
Octal 11 26 13

Shades and tints

Shades of #09160B

#09160B
(9,22,11)
#09140A
(9,20,10)
#091209
(9,18,9)
#091008
(9,16,8)
#090E07
(9,14,7)
#090C06
(9,12,6)
#090A05
(9,10,5)
#090804
(9,8,4)
#090603
(9,6,3)
#090402
(9,4,2)
#090201
(9,2,1)
#000000
(0,0,0)

Tints of #09160B

#09160B
(9,22,11)
#1F2B21
(31,43,33)
#354037
(53,64,55)
#4B554D
(75,85,77)
#616A63
(97,106,99)
#777F79
(119,127,121)
#8D948F
(141,148,143)
#A3A9A5
(163,169,165)
#B9BEBB
(185,190,187)
#CFD3D1
(207,211,209)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09160B color. Also use rgb(9,22,11) instead hex code.

Text Font Color

.myTextColor { color: #09160B; }

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

This text font color is #09160B.

Background Color

.myBgColor { background-color: #09160B; }

<div style="background-color:#09160B">Inner text</div>

This div background color is #09160B.

Border color

.myBorderColor { border: 1px solid #09160B; }

<div style="border:3px solid #09160B">Div</div>

This div border color is #09160B.

Opacity

.myOpacity80 { color: #09160B; opacity: 0.8; }

<p style="color:#09160B;opacity:0.8;">80%</p>

Text with #09160B 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 #09160B;}

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

This text has shadow with #09160B color.


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

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

This text has shadow with #09160B primary color and red secondary color.


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

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

This text has shadow with #09160B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09160B.

Preview

Color preview on black background

This text has color #09160B on black background.


Color preview on white background

This text has color #09160B on white background.


Black color preview on #09160B background

This text has black color on #09160B background.


White color preview on #09160B background

This text has white color on #09160B background.


Related colors

Complementary color

Complementary color for #hex is #F6E9F4.


I love getcolorcode.com

Triadic colors

1 #0B0916 and #160B09 with #09160B are triadic colors.

2 #0B1609 and #16090B with #09160B are triadic colors.