COLOR #020B01

HEX: #020B01
RGB: (2,11,1)

Color info

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

RGB color model

#020B01 color RGB value is (2,11,1).

  • red value is 2;
  • green value is 11;
  • blue value is 1.
RGB:
(2,11,1)
(1%,4%,0%)

RGB channels and saturation

R 2 of 255 = 1%
G 11 of 255 = 4%
B 1 of 255 = 0%

2
11
1

R + G + B ~ 2%. #020B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 11 + 1 = 14 (100%)
R 2 of 14 ~ 14.29%
G 11 of 14 ~ 78.57%
B 1 of 14 ~ 7.14%

%14.29
%78.57

CMYK color model

#020B01 color CMYK value is (82,0,91,96).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 95.69%
CMYK:
(82,0,91,96)
C82M0Y91K96 
(82%,0%,91%,96%)
(0.82/0.00/0.91/0.96)	

CMYK percentages

%81.82
%0
%90.91
%95.69

Codes

Color #020B01 in popluar color models

020B01
RGB2111
HSL114°83.33%2.35%
HSB/HSV114°90.91%4.31%
CMYK81.82%0.00%90.91%
95.69%

Color #020B01 in popluar number systems.

HEX020B01
Decimal2111
Binary1010111
Octal2131

Shades and tints

Shades of #020B01

#020B01
(2,11,1)
#020A01
(2,10,1)
#020901
(2,9,1)
#020801
(2,8,1)
#020701
(2,7,1)
#020601
(2,6,1)
#020501
(2,5,1)
#020401
(2,4,1)
#020301
(2,3,1)
#020201
(2,2,1)
#020101
(2,1,1)
#000000
(0,0,0)

Tints of #020B01

#020B01
(2,11,1)
#192118
(25,33,24)
#30372F
(48,55,47)
#474D46
(71,77,70)
#5E635D
(94,99,93)
#757974
(117,121,116)
#8C8F8B
(140,143,139)
#A3A5A2
(163,165,162)
#BABBB9
(186,187,185)
#D1D1D0
(209,209,208)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020B01 color. Also use rgb(2,11,1) instead hex code.

Text Font Color

.myTextColor { color: #020B01; }

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

This text font color is #020B01.


Background Color

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

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

This div background color is #020B01.


Border color

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

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

This div border color is #020B01.


Opacity

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

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

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

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

This text has shadow with #020B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020B01 on black background.


Color preview on white background

This text has color #020B01 on white background.



Black color preview on #020B01 background

This text has black color on #020B01 background.


White color preview on #020B01 background

This text has white color on #020B01 background.