COLOR #020B0A

HEX: #020B0A
RGB: (2,11,10)

Color info

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

RGB color model

#020B0A color RGB value is (2,11,10).

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

RGB channels and saturation

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

2
11
10

R + G + B ~ 3%. #020B0A is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 11 + 10 = 23 (100%)
R 2 of 23 ~ 8.7%
G 11 of 23 ~ 47.83%
B 10 of 23 ~ 43.48%

%47.83
%43.48

CMYK color model

#020B0A color CMYK value is (82,0,9,96).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 95.69%
CMYK:
(82,0,9,96)
C82M0Y9K96 
(82%,0%,9%,96%)
(0.82/0.00/0.09/0.96)	

CMYK percentages

%81.82
%0
%9.09
%95.69

Codes

Color #020B0A in popluar color models

020B0A
RGB21110
HSL173°69.23%2.55%
HSB/HSV173°81.82%4.31%
CMYK81.82%0.00%9.09%
95.69%

Color #020B0A in popluar number systems.

HEX020B0A
Decimal21110
Binary1010111010
Octal21312

Shades and tints

Shades of #020B0A

#020B0A
(2,11,10)
#020A0A
(2,10,10)
#02090A
(2,9,10)
#02080A
(2,8,10)
#02070A
(2,7,10)
#02060A
(2,6,10)
#02050A
(2,5,10)
#02040A
(2,4,10)
#02030A
(2,3,10)
#02020A
(2,2,10)
#02010A
(2,1,10)
#000000
(0,0,0)

Tints of #020B0A

#020B0A
(2,11,10)
#192120
(25,33,32)
#303736
(48,55,54)
#474D4C
(71,77,76)
#5E6362
(94,99,98)
#757978
(117,121,120)
#8C8F8E
(140,143,142)
#A3A5A4
(163,165,164)
#BABBBA
(186,187,186)
#D1D1D0
(209,209,208)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020B0A; }

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

This text font color is #020B0A.


Background Color

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

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

This div background color is #020B0A.


Border color

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

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

This div border color is #020B0A.


Opacity

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

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

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

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

This text has shadow with #020B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020B0A on black background.


Color preview on white background

This text has color #020B0A on white background.



Black color preview on #020B0A background

This text has black color on #020B0A background.


White color preview on #020B0A background

This text has white color on #020B0A background.