COLOR #090116

HEX: #090116
RGB: (9,1,22)

Color info

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

RGB color model

#090116 color RGB value is (9,1,22).

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

RGB channels and saturation

R 9 of 255 = 4%
G 1 of 255 = 0%
B 22 of 255 = 9%

9
1
22

R + G + B ~ 4%. #090116 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 1 + 22 = 32 (100%)
R 9 of 32 ~ 28.13%
G 1 of 32 ~ 3.13%
B 22 of 32 ~ 68.75%

%28.13
%68.75

CMYK color model

#090116 color CMYK value is (59,95,0,91).

  • cyan value is 59.09%
  • magenta value is 95.45%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(59,95,0,91)
C59M95Y0K91 
(59%,95%,0%,91%)
(0.59/0.95/0.00/0.91)	

CMYK percentages

%59.09
%95.45
%0
%91.37

Codes

Color #090116 in popluar color models

090116
RGB9122
HSL263°91.30%4.51%
HSB/HSV263°95.45%8.63%
CMYK59.09%95.45%0.00%
91.37%

Color #090116 in popluar number systems.

HEX090116
Decimal9122
Binary1001110110
Octal11126

Shades and tints

Shades of #090116

#090116
(9,1,22)
#090114
(9,1,20)
#090112
(9,1,18)
#090110
(9,1,16)
#09010E
(9,1,14)
#09010C
(9,1,12)
#09010A
(9,1,10)
#090108
(9,1,8)
#090106
(9,1,6)
#090104
(9,1,4)
#090102
(9,1,2)
#000000
(0,0,0)

Tints of #090116

#090116
(9,1,22)
#1F182B
(31,24,43)
#352F40
(53,47,64)
#4B4655
(75,70,85)
#615D6A
(97,93,106)
#77747F
(119,116,127)
#8D8B94
(141,139,148)
#A3A2A9
(163,162,169)
#B9B9BE
(185,185,190)
#CFD0D3
(207,208,211)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090116; }

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

This text font color is #090116.


Background Color

.myBgColor { background-color: #090116; }

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

This div background color is #090116.


Border color

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

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

This div border color is #090116.


Opacity

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

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

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

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

This text has shadow with #090116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090116 on black background.


Color preview on white background

This text has color #090116 on white background.



Black color preview on #090116 background

This text has black color on #090116 background.


White color preview on #090116 background

This text has white color on #090116 background.