COLOR #030201

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

3
2
1

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

Portions of RGB colors in percentages

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

%50
%33.33
%16.67

CMYK color model

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

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

CMYK percentages

%0
%33.33
%66.67
%98.82

Codes

Color #030201 in popluar color models

030201
RGB321
HSL30°50.00%0.78%
HSB/HSV30°66.67%1.18%
CMYK0.00%33.33%66.67%
98.82%

Color #030201 in popluar number systems.

HEX030201
Decimal321
Binary11101
Octal321

Shades and tints

Tints of #030201

#030201
(3,2,1)
#191918
(25,25,24)
#2F302F
(47,48,47)
#454746
(69,71,70)
#5B5E5D
(91,94,93)
#717574
(113,117,116)
#878C8B
(135,140,139)
#9DA3A2
(157,163,162)
#B3BAB9
(179,186,185)
#C9D1D0
(201,209,208)
#DFE8E7
(223,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030201; }

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

This text font color is #030201.


Background Color

.myBgColor { background-color: #030201; }

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

This div background color is #030201.


Border color

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

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

This div border color is #030201.


Opacity

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

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

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

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

This text has shadow with #030201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030201 on black background.


Color preview on white background

This text has color #030201 on white background.



Black color preview on #030201 background

This text has black color on #030201 background.


White color preview on #030201 background

This text has white color on #030201 background.