COLOR #020A13

HEX: #020A13
RGB: (2,10,19)

Color info

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

RGB color model

#020A13 color RGB value is (2,10,19).

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

RGB channels and saturation

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

2
10
19

R + G + B ~ 4%. #020A13 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 10 + 19 = 31 (100%)
R 2 of 31 ~ 6.45%
G 10 of 31 ~ 32.26%
B 19 of 31 ~ 61.29%

%32.26
%61.29

CMYK color model

#020A13 color CMYK value is (89,47,0,93).

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

CMYK percentages

%89.47
%47.37
%0
%92.55

Codes

Color #020A13 in popluar color models

020A13
RGB21019
HSL212°80.95%4.12%
HSB/HSV212°89.47%7.45%
CMYK89.47%47.37%0.00%
92.55%

Color #020A13 in popluar number systems.

HEX020A13
Decimal21019
Binary10101010011
Octal21223

Shades and tints

Shades of #020A13

#020A13
(2,10,19)
#020A12
(2,10,18)
#020A11
(2,10,17)
#020A10
(2,10,16)
#020A0F
(2,10,15)
#020A0E
(2,10,14)
#020A0D
(2,10,13)
#020A0C
(2,10,12)
#020A0B
(2,10,11)
#020A0A
(2,10,10)
#020A09
(2,10,9)
#000000
(0,0,0)

Tints of #020A13

#020A13
(2,10,19)
#192028
(25,32,40)
#30363D
(48,54,61)
#474C52
(71,76,82)
#5E6267
(94,98,103)
#75787C
(117,120,124)
#8C8E91
(140,142,145)
#A3A4A6
(163,164,166)
#BABABB
(186,186,187)
#D1D0D0
(209,208,208)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020A13; }

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

This text font color is #020A13.


Background Color

.myBgColor { background-color: #020A13; }

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

This div background color is #020A13.


Border color

.myBorderColor { border: 1px solid #020A13; }

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

This div border color is #020A13.


Opacity

.myOpacity80 { color: #020A13; opacity: 0.8; }

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

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

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

This text has shadow with #020A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020A13 on black background.


Color preview on white background

This text has color #020A13 on white background.



Black color preview on #020A13 background

This text has black color on #020A13 background.


White color preview on #020A13 background

This text has white color on #020A13 background.