COLOR #021001

HEX: #021001
RGB: (2,16,1)

Color info

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

RGB color model

#021001 color RGB value is (2,16,1).

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

RGB channels and saturation

R 2 of 255 = 1%
G 16 of 255 = 6%
B 1 of 255 = 0%

2
16
1

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

Portions of RGB colors in percentages

R + G + B =
2 + 16 + 1 = 19 (100%)
R 2 of 19 ~ 10.53%
G 16 of 19 ~ 84.21%
B 1 of 19 ~ 5.26%

%10.53
%84.21

CMYK color model

#021001 color CMYK value is (88,0,94,94).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 93.73%
CMYK: (88,0,94,94) C88M0Y94K94 (88%,0%,94%,94%) (0.88/0.00/0.94/0.94)

CMYK percentages

%87.5
%0
%93.75
%93.73

Codes

Color #021001 in popluar color models

021001
RGB2161
HSL116°88.24%3.33%
HSB/HSV116°93.75%6.27%
CMYK87.50%0.00%93.75%
93.73%

Color #021001 in popluar number systems.

HEX021001
Decimal2161
Binary10100001
Octal2201

Shades and tints

Shades of #021001

#021001
(2,16,1)
#020F01
(2,15,1)
#020E01
(2,14,1)
#020D01
(2,13,1)
#020C01
(2,12,1)
#020B01
(2,11,1)
#020A01
(2,10,1)
#020901
(2,9,1)
#020801
(2,8,1)
#020701
(2,7,1)
#020601
(2,6,1)
#000000
(0,0,0)

Tints of #021001

#021001
(2,16,1)
#192518
(25,37,24)
#303A2F
(48,58,47)
#474F46
(71,79,70)
#5E645D
(94,100,93)
#757974
(117,121,116)
#8C8E8B
(140,142,139)
#A3A3A2
(163,163,162)
#BAB8B9
(186,184,185)
#D1CDD0
(209,205,208)
#E8E2E7
(232,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021001; }

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

This text font color is #021001.


Background Color

.myBgColor { background-color: #021001; }

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

This div background color is #021001.


Border color

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

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

This div border color is #021001.


Opacity

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

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

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

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

This text has shadow with #021001 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #021001 on black background.


Color preview on white background

This text has color #021001 on white background.



Black color preview on #021001 background

This text has black color on #021001 background.


White color preview on #021001 background

This text has white color on #021001 background.