COLOR #090801

HEX: #090801 RGB: (9,8,1)

Color info

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

RGB color model

#090801 color RGB value is (9,8,1).

RGB: (9,8,1) (4%, 3%, 0%)

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 1 of 255 = 0%

9
8
1

R + G + B ~ 2%. #090801 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 8 + 1 = 18 (100%)
R 9 of 18 ~ 50%
G 8 of 18 ~ 44.44%
B 1 of 18 ~ 5.56'%

%50
%44.44

CMYK color model

#090801 color CMYK value is (0,11,89,96).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 88.89%
  • key color value is 96.47%

CMYK: (0,11,89,96)
C0M11Y89K96 (0%, 11%, 89%, 96%)
(0.00 / 0.11 / 0.89 / 0.96)

CMYK percentages

%0
%11.11
%88.89
%96.47

Codes

Color #090801 in popluar color models

09 08 01
RGB 9 8 1
HSL 53° 80.00% 1.96%
HSB/HSV 53° 88.89% 3.53%
CMYK 0.00% 11.11% 88.89%
96.47%

Color #090801 in popluar number systems.

HEX 09 08 01
Decimal 9 8 1
Binary 1001 1000 1
Octal 11 10 1

Shades and tints

Tints of #090801

#090801
(9,8,1)
#1F1E18
(31,30,24)
#35342F
(53,52,47)
#4B4A46
(75,74,70)
#61605D
(97,96,93)
#777674
(119,118,116)
#8D8C8B
(141,140,139)
#A3A2A2
(163,162,162)
#B9B8B9
(185,184,185)
#CFCED0
(207,206,208)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090801; }

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

This text font color is #090801.

Background Color

.myBgColor { background-color: #090801; }

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

This div background color is #090801.

Border color

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

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

This div border color is #090801.

Opacity

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

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

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

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

This text has shadow with #090801 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090801.

Preview

Color preview on black background

This text has color #090801 on black background.


Color preview on white background

This text has color #090801 on white background.


Black color preview on #090801 background

This text has black color on #090801 background.


White color preview on #090801 background

This text has white color on #090801 background.


Related colors

Complementary color

Complementary color for #hex is #F6F7FE.


I love getcolorcode.com

Triadic colors

1 #010908 and #080109 with #090801 are triadic colors.

2 #010809 and #080901 with #090801 are triadic colors.