COLOR #020C11

HEX: #020C11
RGB: (2,12,17)

Color info

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

RGB color model

#020C11 color RGB value is (2,12,17).

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

RGB channels and saturation

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

2
12
17

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

Portions of RGB colors in percentages

R + G + B =
2 + 12 + 17 = 31 (100%)
R 2 of 31 ~ 6.45%
G 12 of 31 ~ 38.71%
B 17 of 31 ~ 54.84%

%38.71
%54.84

CMYK color model

#020C11 color CMYK value is (88,29,0,93).

  • cyan value is 88.24%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(88,29,0,93)
C88M29Y0K93 
(88%,29%,0%,93%)
(0.88/0.29/0.00/0.93)	

CMYK percentages

%88.24
%29.41
%0
%93.33

Codes

Color #020C11 in popluar color models

020C11
RGB21217
HSL200°78.95%3.73%
HSB/HSV200°88.24%6.67%
CMYK88.24%29.41%0.00%
93.33%

Color #020C11 in popluar number systems.

HEX020C11
Decimal21217
Binary10110010001
Octal21421

Shades and tints

Shades of #020C11

#020C11
(2,12,17)
#020B10
(2,11,16)
#020A0F
(2,10,15)
#02090E
(2,9,14)
#02080D
(2,8,13)
#02070C
(2,7,12)
#02060B
(2,6,11)
#02050A
(2,5,10)
#020409
(2,4,9)
#020308
(2,3,8)
#020207
(2,2,7)
#000000
(0,0,0)

Tints of #020C11

#020C11
(2,12,17)
#192226
(25,34,38)
#30383B
(48,56,59)
#474E50
(71,78,80)
#5E6465
(94,100,101)
#757A7A
(117,122,122)
#8C908F
(140,144,143)
#A3A6A4
(163,166,164)
#BABCB9
(186,188,185)
#D1D2CE
(209,210,206)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020C11; }

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

This text font color is #020C11.


Background Color

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

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

This div background color is #020C11.


Border color

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

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

This div border color is #020C11.


Opacity

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

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

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

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

This text has shadow with #020C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020C11 on black background.


Color preview on white background

This text has color #020C11 on white background.



Black color preview on #020C11 background

This text has black color on #020C11 background.


White color preview on #020C11 background

This text has white color on #020C11 background.