COLOR #020901

HEX: #020901 RGB: (2,9,1)

Color info

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

RGB color model

#020901 color RGB value is (2,9,1).

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

RGB channels and saturation

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

2
9
1

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

Portions of RGB colors in percentages

R + G + B = 2 + 9 + 1 = 12 (100%)
R 2 of 12 ~ 16.67%
G 9 of 12 ~ 75%
B 1 of 12 ~ 8.33'%

%16.67
%75

CMYK color model

#020901 color CMYK value is (78,0,89,96).

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

CMYK: (78,0,89,96)
C78M0Y89K96 (78%, 0%, 89%, 96%)
(0.78 / 0.00 / 0.89 / 0.96)

CMYK percentages

%77.78
%0
%88.89
%96.47

Codes

Color #020901 in popluar color models

02 09 01
RGB 2 9 1
HSL 113° 80.00% 1.96%
HSB/HSV 113° 88.89% 3.53%
CMYK 77.78% 0.00% 88.89%
96.47%

Color #020901 in popluar number systems.

HEX 02 09 01
Decimal 2 9 1
Binary 10 1001 1
Octal 2 11 1

Shades and tints

Tints of #020901

#020901
(2,9,1)
#191F18
(25,31,24)
#30352F
(48,53,47)
#474B46
(71,75,70)
#5E615D
(94,97,93)
#757774
(117,119,116)
#8C8D8B
(140,141,139)
#A3A3A2
(163,163,162)
#BAB9B9
(186,185,185)
#D1CFD0
(209,207,208)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020901; }

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

This text font color is #020901.

Background Color

.myBgColor { background-color: #020901; }

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

This div background color is #020901.

Border color

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

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

This div border color is #020901.

Opacity

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

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

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

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

This text has shadow with #020901 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020901.

Preview

Color preview on black background

This text has color #020901 on black background.


Color preview on white background

This text has color #020901 on white background.


Black color preview on #020901 background

This text has black color on #020901 background.


White color preview on #020901 background

This text has white color on #020901 background.


Related colors

Complementary color

Complementary color for #hex is #FDF6FE.


I love getcolorcode.com

Triadic colors

1 #010209 and #090102 with #020901 are triadic colors.

2 #010902 and #090201 with #020901 are triadic colors.