COLOR #091916

HEX: #091916
RGB: (9,25,22)

Color info

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

RGB color model

#091916 color RGB value is (9,25,22).

  • red value is 9;
  • green value is 25;
  • blue value is 22.
RGB:
(9,25,22)
(4%,10%,9%)

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 22 of 255 = 9%

9
25
22

R + G + B ~ 8%. #091916 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 25 + 22 = 56 (100%)
R 9 of 56 ~ 16.07%
G 25 of 56 ~ 44.64%
B 22 of 56 ~ 39.29%

%16.07
%44.64
%39.29

CMYK color model

#091916 color CMYK value is (64,0,12,90).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 90.20%
CMYK:
(64,0,12,90)
C64M0Y12K90 
(64%,0%,12%,90%)
(0.64/0.00/0.12/0.90)	

CMYK percentages

%64
%0
%12
%90.2

Codes

Color #091916 in popluar color models

091916
RGB92522
HSL169°47.06%6.67%
HSB/HSV169°64.00%9.80%
CMYK64.00%0.00%12.00%
90.20%

Color #091916 in popluar number systems.

HEX091916
Decimal92522
Binary10011100110110
Octal113126

Shades and tints

Shades of #091916

#091916
(9,25,22)
#091714
(9,23,20)
#091512
(9,21,18)
#091310
(9,19,16)
#09110E
(9,17,14)
#090F0C
(9,15,12)
#090D0A
(9,13,10)
#090B08
(9,11,8)
#090906
(9,9,6)
#090704
(9,7,4)
#090502
(9,5,2)
#000000
(0,0,0)

Tints of #091916

#091916
(9,25,22)
#1F2D2B
(31,45,43)
#354140
(53,65,64)
#4B5555
(75,85,85)
#61696A
(97,105,106)
#777D7F
(119,125,127)
#8D9194
(141,145,148)
#A3A5A9
(163,165,169)
#B9B9BE
(185,185,190)
#CFCDD3
(207,205,211)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091916; }

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

This text font color is #091916.


Background Color

.myBgColor { background-color: #091916; }

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

This div background color is #091916.


Border color

.myBorderColor { border: 1px solid #091916; }

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

This div border color is #091916.


Opacity

.myOpacity80 { color: #091916; opacity: 0.8; }

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

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

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

This text has shadow with #091916 color.

.textShadow {text-shadow: 3px 3px 1px #091916, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #091916;
-webkit-box-shadow: 1px 1px 3px 2px #091916;
box-shadow:1px 1px 3px 2px #091916;">
Div content here</div>
This div box has shadow with color #091916.

Preview

Color preview on black background

This text has color #091916 on black background.


Color preview on white background

This text has color #091916 on white background.



Black color preview on #091916 background

This text has black color on #091916 background.


White color preview on #091916 background

This text has white color on #091916 background.