COLOR #090016

HEX: #090016 RGB: (9,0,22)

Color info

#090016 contains only red and blue colors. Web safe color of #090016 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

9
0
22

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

Portions of RGB colors in percentages

R + G + B = 9 + 0 + 22 = 31 (100%)
R 9 of 31 ~ 29.03%
G 0 of 31 ~ 0%
B 22 of 31 ~ 70.97'%

%29.03
%70.97

CMYK color model

#090016 color CMYK value is (59,100,0,91).

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

CMYK: (59,100,0,91)
C59M100Y0K91 (59%, 100%, 0%, 91%)
(0.59 / 1.00 / 0.00 / 0.91)

CMYK percentages

%59.09
%100
%0
%91.37

Codes

Color #090016 in popluar color models

09 00 16
RGB 9 0 22
HSL 265° 100.00% 4.31%
HSB/HSV 265° 100.00% 8.63%
CMYK 59.09% 100.00% 0.00%
91.37%

Color #090016 in popluar number systems.

HEX 09 00 16
Decimal 9 0 22
Binary 1001 0 10110
Octal 11 0 26

Shades and tints

Shades of #090016

#090016
(9,0,22)
#090014
(9,0,20)
#090012
(9,0,18)
#090010
(9,0,16)
#09000E
(9,0,14)
#09000C
(9,0,12)
#09000A
(9,0,10)
#090008
(9,0,8)
#090006
(9,0,6)
#090004
(9,0,4)
#090002
(9,0,2)
#000000
(0,0,0)

Tints of #090016

#090016
(9,0,22)
#1F172B
(31,23,43)
#352E40
(53,46,64)
#4B4555
(75,69,85)
#615C6A
(97,92,106)
#77737F
(119,115,127)
#8D8A94
(141,138,148)
#A3A1A9
(163,161,169)
#B9B8BE
(185,184,190)
#CFCFD3
(207,207,211)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090016; }

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

This text font color is #090016.

Background Color

.myBgColor { background-color: #090016; }

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

This div background color is #090016.

Border color

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

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

This div border color is #090016.

Opacity

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

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

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

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

This text has shadow with #090016 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090016.

Preview

Color preview on black background

This text has color #090016 on black background.


Color preview on white background

This text has color #090016 on white background.


Black color preview on #090016 background

This text has black color on #090016 background.


White color preview on #090016 background

This text has white color on #090016 background.


Related colors

Complementary color

Complementary color for #hex is #F6FFE9.


I love getcolorcode.com

Triadic colors

1 #160900 and #001609 with #090016 are triadic colors.

2 #160009 and #000916 with #090016 are triadic colors.