COLOR #021501

HEX: #021501
RGB: (2,21,1)

Color info

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

RGB color model

#021501 color RGB value is (2,21,1).

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

RGB channels and saturation

R 2 of 255 = 1%
G 21 of 255 = 8%
B 1 of 255 = 0%

2
21
1

R + G + B ~ 3%. #021501 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 21 + 1 = 24 (100%)
R 2 of 24 ~ 8.33%
G 21 of 24 ~ 87.5%
B 1 of 24 ~ 4.17%

%87.5

CMYK color model

#021501 color CMYK value is (90,0,95,92).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 91.76%
CMYK: (90,0,95,92) C90M0Y95K92 (90%,0%,95%,92%) (0.90/0.00/0.95/0.92)

CMYK percentages

%90.48
%0
%95.24
%91.76

Codes

Color #021501 in popluar color models

021501
RGB2211
HSL117°90.91%4.31%
HSB/HSV117°95.24%8.24%
CMYK90.48%0.00%95.24%
91.76%

Color #021501 in popluar number systems.

HEX021501
Decimal2211
Binary10101011
Octal2251

Shades and tints

Shades of #021501

#021501
(2,21,1)
#021401
(2,20,1)
#021301
(2,19,1)
#021201
(2,18,1)
#021101
(2,17,1)
#021001
(2,16,1)
#020F01
(2,15,1)
#020E01
(2,14,1)
#020D01
(2,13,1)
#020C01
(2,12,1)
#020B01
(2,11,1)
#000000
(0,0,0)

Tints of #021501

#021501
(2,21,1)
#192A18
(25,42,24)
#303F2F
(48,63,47)
#475446
(71,84,70)
#5E695D
(94,105,93)
#757E74
(117,126,116)
#8C938B
(140,147,139)
#A3A8A2
(163,168,162)
#BABDB9
(186,189,185)
#D1D2D0
(209,210,208)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021501; }

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

This text font color is #021501.


Background Color

.myBgColor { background-color: #021501; }

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

This div background color is #021501.


Border color

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

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

This div border color is #021501.


Opacity

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

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

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

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

This text has shadow with #021501 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #021501 on black background.


Color preview on white background

This text has color #021501 on white background.



Black color preview on #021501 background

This text has black color on #021501 background.


White color preview on #021501 background

This text has white color on #021501 background.