COLOR #090501

HEX: #090501 RGB: (9,5,1)

Color info

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

RGB color model

#090501 color RGB value is (9,5,1).

RGB: (9,5,1) (4%, 2%, 0%)

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 1 of 255 = 0%

9
5
1

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

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 1 = 15 (100%)
R 9 of 15 ~ 60%
G 5 of 15 ~ 33.33%
B 1 of 15 ~ 6.67'%

%60
%33.33

CMYK color model

#090501 color CMYK value is (0,44,89,96).

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

CMYK: (0,44,89,96)
C0M44Y89K96 (0%, 44%, 89%, 96%)
(0.00 / 0.44 / 0.89 / 0.96)

CMYK percentages

%0
%44.44
%88.89
%96.47

Codes

Color #090501 in popluar color models

09 05 01
RGB 9 5 1
HSL 30° 80.00% 1.96%
HSB/HSV 30° 88.89% 3.53%
CMYK 0.00% 44.44% 88.89%
96.47%

Color #090501 in popluar number systems.

HEX 09 05 01
Decimal 9 5 1
Binary 1001 101 1
Octal 11 5 1

Shades and tints

Tints of #090501

#090501
(9,5,1)
#1F1B18
(31,27,24)
#35312F
(53,49,47)
#4B4746
(75,71,70)
#615D5D
(97,93,93)
#777374
(119,115,116)
#8D898B
(141,137,139)
#A39FA2
(163,159,162)
#B9B5B9
(185,181,185)
#CFCBD0
(207,203,208)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090501; }

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

This text font color is #090501.

Background Color

.myBgColor { background-color: #090501; }

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

This div background color is #090501.

Border color

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

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

This div border color is #090501.

Opacity

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

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

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

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

This text has shadow with #090501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090501.

Preview

Color preview on black background

This text has color #090501 on black background.


Color preview on white background

This text has color #090501 on white background.


Black color preview on #090501 background

This text has black color on #090501 background.


White color preview on #090501 background

This text has white color on #090501 background.


Related colors

Complementary color

Complementary color for #hex is #F6FAFE.


I love getcolorcode.com

Triadic colors

1 #010905 and #050109 with #090501 are triadic colors.

2 #010509 and #050901 with #090501 are triadic colors.