COLOR #090010

HEX: #090010 RGB: (9,0,16)

Color info

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

RGB color model

#090010 color RGB value is (9,0,16).

RGB: (9,0,16) (4%, 0%, 6%)

RGB channels and saturation

R 9 of 255 = 4%
G 0 of 255 = 0%
B 16 of 255 = 6%

9
0
16

R + G + B ~ 3%. #090010 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 0 + 16 = 25 (100%)
R 9 of 25 ~ 36%
G 0 of 25 ~ 0%
B 16 of 25 ~ 64'%

%36
%64

CMYK color model

#090010 color CMYK value is (44,100,0,94).

  • cyan value is 43.75%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (44,100,0,94)
C44M100Y0K94 (44%, 100%, 0%, 94%)
(0.44 / 1.00 / 0.00 / 0.94)

CMYK percentages

%43.75
%100
%0
%93.73

Codes

Color #090010 in popluar color models

09 00 10
RGB 9 0 16
HSL 274° 100.00% 3.14%
HSB/HSV 274° 100.00% 6.27%
CMYK 43.75% 100.00% 0.00%
93.73%

Color #090010 in popluar number systems.

HEX 09 00 10
Decimal 9 0 16
Binary 1001 0 10000
Octal 11 0 20

Shades and tints

Shades of #090010

#090010
(9,0,16)
#09000F
(9,0,15)
#09000E
(9,0,14)
#09000D
(9,0,13)
#09000C
(9,0,12)
#09000B
(9,0,11)
#09000A
(9,0,10)
#090009
(9,0,9)
#090008
(9,0,8)
#090007
(9,0,7)
#090006
(9,0,6)
#000000
(0,0,0)

Tints of #090010

#090010
(9,0,16)
#1F1725
(31,23,37)
#352E3A
(53,46,58)
#4B454F
(75,69,79)
#615C64
(97,92,100)
#777379
(119,115,121)
#8D8A8E
(141,138,142)
#A3A1A3
(163,161,163)
#B9B8B8
(185,184,184)
#CFCFCD
(207,207,205)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090010; }

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

This text font color is #090010.

Background Color

.myBgColor { background-color: #090010; }

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

This div background color is #090010.

Border color

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

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

This div border color is #090010.

Opacity

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

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

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

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

This text has shadow with #090010 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090010.

Preview

Color preview on black background

This text has color #090010 on black background.


Color preview on white background

This text has color #090010 on white background.


Black color preview on #090010 background

This text has black color on #090010 background.


White color preview on #090010 background

This text has white color on #090010 background.


Related colors

Complementary color

Complementary color for #hex is #F6FFEF.


I love getcolorcode.com

Triadic colors

1 #100900 and #001009 with #090010 are triadic colors.

2 #100009 and #000910 with #090010 are triadic colors.