COLOR #021313

HEX: #021313
RGB: (2,19,19)

Color info

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

RGB color model

#021313 color RGB value is (2,19,19).

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

RGB channels and saturation

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

2
19
19

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

Portions of RGB colors in percentages

R + G + B =
2 + 19 + 19 = 40 (100%)
R 2 of 40 ~ 5%
G 19 of 40 ~ 47.5%
B 19 of 40 ~ 47.5%

%47.5
%47.5

CMYK color model

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

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(89,0,0,93)
C89M0Y0K93 
(89%,0%,0%,93%)
(0.89/0.00/0.00/0.93)	

CMYK percentages

%89.47
%0
%0
%92.55

Codes

Color #021313 in popluar color models

021313
RGB21919
HSL180°80.95%4.12%
HSB/HSV180°89.47%7.45%
CMYK89.47%0.00%0.00%
92.55%

Color #021313 in popluar number systems.

HEX021313
Decimal21919
Binary101001110011
Octal22323

Shades and tints

Shades of #021313

#021313
(2,19,19)
#021212
(2,18,18)
#021111
(2,17,17)
#021010
(2,16,16)
#020F0F
(2,15,15)
#020E0E
(2,14,14)
#020D0D
(2,13,13)
#020C0C
(2,12,12)
#020B0B
(2,11,11)
#020A0A
(2,10,10)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #021313

#021313
(2,19,19)
#192828
(25,40,40)
#303D3D
(48,61,61)
#475252
(71,82,82)
#5E6767
(94,103,103)
#757C7C
(117,124,124)
#8C9191
(140,145,145)
#A3A6A6
(163,166,166)
#BABBBB
(186,187,187)
#D1D0D0
(209,208,208)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021313; }

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

This text font color is #021313.


Background Color

.myBgColor { background-color: #021313; }

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

This div background color is #021313.


Border color

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

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

This div border color is #021313.


Opacity

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

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

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

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

This text has shadow with #021313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021313 on black background.


Color preview on white background

This text has color #021313 on white background.



Black color preview on #021313 background

This text has black color on #021313 background.


White color preview on #021313 background

This text has white color on #021313 background.