COLOR #021213

HEX: #021213 RGB: (2,18,19)

Color info

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

RGB color model

#021213 color RGB value is (2,18,19).

RGB: (2,18,19) (1%, 7%, 7%)

RGB channels and saturation

R 2 of 255 = 1%
G 18 of 255 = 7%
B 19 of 255 = 7%

2
18
19

R + G + B ~ 5%. #021213 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 18 + 19 = 39 (100%)
R 2 of 39 ~ 5.13%
G 18 of 39 ~ 46.15%
B 19 of 39 ~ 48.72'%

%46.15
%48.72

CMYK color model

#021213 color CMYK value is (89,5,0,93).

  • cyan value is 89.47%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (89,5,0,93)
C89M5Y0K93 (89%, 5%, 0%, 93%)
(0.89 / 0.05 / 0.00 / 0.93)

CMYK percentages

%89.47
%5.26
%0
%92.55

Codes

Color #021213 in popluar color models

02 12 13
RGB 2 18 19
HSL 184° 80.95% 4.12%
HSB/HSV 184° 89.47% 7.45%
CMYK 89.47% 5.26% 0.00%
92.55%

Color #021213 in popluar number systems.

HEX 02 12 13
Decimal 2 18 19
Binary 10 10010 10011
Octal 2 22 23

Shades and tints

Shades of #021213

#021213
(2,18,19)
#021112
(2,17,18)
#021011
(2,16,17)
#020F10
(2,15,16)
#020E0F
(2,14,15)
#020D0E
(2,13,14)
#020C0D
(2,12,13)
#020B0C
(2,11,12)
#020A0B
(2,10,11)
#02090A
(2,9,10)
#020809
(2,8,9)
#000000
(0,0,0)

Tints of #021213

#021213
(2,18,19)
#192728
(25,39,40)
#303C3D
(48,60,61)
#475152
(71,81,82)
#5E6667
(94,102,103)
#757B7C
(117,123,124)
#8C9091
(140,144,145)
#A3A5A6
(163,165,166)
#BABABB
(186,186,187)
#D1CFD0
(209,207,208)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021213 color. Also use rgb(2,18,19) instead hex code.

Text Font Color

.myTextColor { color: #021213; }

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

This text font color is #021213.

Background Color

.myBgColor { background-color: #021213; }

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

This div background color is #021213.

Border color

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

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

This div border color is #021213.

Opacity

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

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

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

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

This text has shadow with #021213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #021213.

Preview

Color preview on black background

This text has color #021213 on black background.


Color preview on white background

This text has color #021213 on white background.


Black color preview on #021213 background

This text has black color on #021213 background.


White color preview on #021213 background

This text has white color on #021213 background.


Related colors

Complementary color

Complementary color for #hex is #FDEDEC.


I love getcolorcode.com

Triadic colors

1 #130212 and #121302 with #021213 are triadic colors.

2 #131202 and #120213 with #021213 are triadic colors.