COLOR #020D11

HEX: #020D11
RGB: (2,13,17)

Color info

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

RGB color model

#020D11 color RGB value is (2,13,17).

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

RGB channels and saturation

R 2 of 255 = 1%
G 13 of 255 = 5%
B 17 of 255 = 7%

2
13
17

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

Portions of RGB colors in percentages

R + G + B =
2 + 13 + 17 = 32 (100%)
R 2 of 32 ~ 6.25%
G 13 of 32 ~ 40.63%
B 17 of 32 ~ 53.13%

%40.63
%53.13

CMYK color model

#020D11 color CMYK value is (88,24,0,93).

  • cyan value is 88.24%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(88,24,0,93)
C88M24Y0K93 
(88%,24%,0%,93%)
(0.88/0.24/0.00/0.93)	

CMYK percentages

%88.24
%23.53
%0
%93.33

Codes

Color #020D11 in popluar color models

020D11
RGB21317
HSL196°78.95%3.73%
HSB/HSV196°88.24%6.67%
CMYK88.24%23.53%0.00%
93.33%

Color #020D11 in popluar number systems.

HEX020D11
Decimal21317
Binary10110110001
Octal21521

Shades and tints

Shades of #020D11

#020D11
(2,13,17)
#020C10
(2,12,16)
#020B0F
(2,11,15)
#020A0E
(2,10,14)
#02090D
(2,9,13)
#02080C
(2,8,12)
#02070B
(2,7,11)
#02060A
(2,6,10)
#020509
(2,5,9)
#020408
(2,4,8)
#020307
(2,3,7)
#000000
(0,0,0)

Tints of #020D11

#020D11
(2,13,17)
#192326
(25,35,38)
#30393B
(48,57,59)
#474F50
(71,79,80)
#5E6565
(94,101,101)
#757B7A
(117,123,122)
#8C918F
(140,145,143)
#A3A7A4
(163,167,164)
#BABDB9
(186,189,185)
#D1D3CE
(209,211,206)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020D11 color. Also use rgb(2,13,17) instead hex code.

Text Font Color

.myTextColor { color: #020D11; }

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

This text font color is #020D11.


Background Color

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

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

This div background color is #020D11.


Border color

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

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

This div border color is #020D11.


Opacity

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

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

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

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

This text has shadow with #020D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020D11 on black background.


Color preview on white background

This text has color #020D11 on white background.



Black color preview on #020D11 background

This text has black color on #020D11 background.


White color preview on #020D11 background

This text has white color on #020D11 background.