COLOR #021921

HEX: #021921 RGB: (2,25,33)

Color info

#021921 contains red, green and blue colors in about the same proportion. Web safe color of #021921 is #000033 (or #003).

RGB color model

#021921 color RGB value is (2,25,33).

RGB: (2,25,33) (1%, 10%, 13%)

RGB channels and saturation

R 2 of 255 = 1%
G 25 of 255 = 10%
B 33 of 255 = 13%

2
25
33

R + G + B ~ 8%. #021921 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 25 + 33 = 60 (100%)
R 2 of 60 ~ 3.33%
G 25 of 60 ~ 41.67%
B 33 of 60 ~ 55'%

%41.67
%55

CMYK color model

#021921 color CMYK value is (94,24,0,87).

  • cyan value is 93.94%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (94,24,0,87)
C94M24Y0K87 (94%, 24%, 0%, 87%)
(0.94 / 0.24 / 0.00 / 0.87)

CMYK percentages

%93.94
%24.24
%0
%87.06

Codes

Color #021921 in popluar color models

02 19 21
RGB 2 25 33
HSL 195° 88.57% 6.86%
HSB/HSV 195° 93.94% 12.94%
CMYK 93.94% 24.24% 0.00%
87.06%

Color #021921 in popluar number systems.

HEX 02 19 21
Decimal 2 25 33
Binary 10 11001 100001
Octal 2 31 41

Shades and tints

Shades of #021921

#021921
(2,25,33)
#02171E
(2,23,30)
#02151B
(2,21,27)
#021318
(2,19,24)
#021115
(2,17,21)
#020F12
(2,15,18)
#020D0F
(2,13,15)
#020B0C
(2,11,12)
#020909
(2,9,9)
#020706
(2,7,6)
#020503
(2,5,3)
#000000
(0,0,0)

Tints of #021921

#021921
(2,25,33)
#192D35
(25,45,53)
#304149
(48,65,73)
#47555D
(71,85,93)
#5E6971
(94,105,113)
#757D85
(117,125,133)
#8C9199
(140,145,153)
#A3A5AD
(163,165,173)
#BAB9C1
(186,185,193)
#D1CDD5
(209,205,213)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021921 color. Also use rgb(2,25,33) instead hex code.

Text Font Color

.myTextColor { color: #021921; }

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

This text font color is #021921.

Background Color

.myBgColor { background-color: #021921; }

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

This div background color is #021921.

Border color

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

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

This div border color is #021921.

Opacity

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

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

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

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

This text has shadow with #021921 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #021921.

Preview

Color preview on black background

This text has color #021921 on black background.


Color preview on white background

This text has color #021921 on white background.


Black color preview on #021921 background

This text has black color on #021921 background.


White color preview on #021921 background

This text has white color on #021921 background.


Related colors

Complementary color

Complementary color for #hex is #FDE6DE.


I love getcolorcode.com

Triadic colors

1 #210219 and #192102 with #021921 are triadic colors.

2 #211902 and #190221 with #021921 are triadic colors.