COLOR #020301

HEX: #020301
RGB: (2,3,1)

Color info

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

RGB color model

#020301 color RGB value is (2,3,1).

  • red value is 2;
  • green value is 3;
  • blue value is 1.
RGB:
(2,3,1)
(1%,1%,0%)

RGB channels and saturation

R 2 of 255 = 1%
G 3 of 255 = 1%
B 1 of 255 = 0%

2
3
1

R + G + B ~ 1%. #020301 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 3 + 1 = 6 (100%)
R 2 of 6 ~ 33.33%
G 3 of 6 ~ 50%
B 1 of 6 ~ 16.67%

%33.33
%50
%16.67

CMYK color model

#020301 color CMYK value is (33,0,67,99).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 98.82%
CMYK:
(33,0,67,99)
C33M0Y67K99 
(33%,0%,67%,99%)
(0.33/0.00/0.67/0.99)	

CMYK percentages

%33.33
%0
%66.67
%98.82

Codes

Color #020301 in popluar color models

020301
RGB231
HSL90°50.00%0.78%
HSB/HSV90°66.67%1.18%
CMYK33.33%0.00%66.67%
98.82%

Color #020301 in popluar number systems.

HEX020301
Decimal231
Binary10111
Octal231

Shades and tints

Tints of #020301

#020301
(2,3,1)
#191918
(25,25,24)
#302F2F
(48,47,47)
#474546
(71,69,70)
#5E5B5D
(94,91,93)
#757174
(117,113,116)
#8C878B
(140,135,139)
#A39DA2
(163,157,162)
#BAB3B9
(186,179,185)
#D1C9D0
(209,201,208)
#E8DFE7
(232,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020301; }

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

This text font color is #020301.


Background Color

.myBgColor { background-color: #020301; }

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

This div background color is #020301.


Border color

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

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

This div border color is #020301.


Opacity

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

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

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

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

This text has shadow with #020301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020301 on black background.


Color preview on white background

This text has color #020301 on white background.



Black color preview on #020301 background

This text has black color on #020301 background.


White color preview on #020301 background

This text has white color on #020301 background.