COLOR #020F0B

HEX: #020F0B
RGB: (2,15,11)

Color info

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

RGB color model

#020F0B color RGB value is (2,15,11).

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

RGB channels and saturation

R 2 of 255 = 1%
G 15 of 255 = 6%
B 11 of 255 = 4%

2
15
11

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

Portions of RGB colors in percentages

R + G + B =
2 + 15 + 11 = 28 (100%)
R 2 of 28 ~ 7.14%
G 15 of 28 ~ 53.57%
B 11 of 28 ~ 39.29%

%53.57
%39.29

CMYK color model

#020F0B color CMYK value is (87,0,27,94).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 94.12%
CMYK:
(87,0,27,94)
C87M0Y27K94 
(87%,0%,27%,94%)
(0.87/0.00/0.27/0.94)	

CMYK percentages

%86.67
%0
%26.67
%94.12

Codes

Color #020F0B in popluar color models

020F0B
RGB21511
HSL162°76.47%3.33%
HSB/HSV162°86.67%5.88%
CMYK86.67%0.00%26.67%
94.12%

Color #020F0B in popluar number systems.

HEX020F0B
Decimal21511
Binary1011111011
Octal21713

Shades and tints

Shades of #020F0B

#020F0B
(2,15,11)
#020E0A
(2,14,10)
#020D09
(2,13,9)
#020C08
(2,12,8)
#020B07
(2,11,7)
#020A06
(2,10,6)
#020905
(2,9,5)
#020804
(2,8,4)
#020703
(2,7,3)
#020602
(2,6,2)
#020501
(2,5,1)
#000000
(0,0,0)

Tints of #020F0B

#020F0B
(2,15,11)
#192421
(25,36,33)
#303937
(48,57,55)
#474E4D
(71,78,77)
#5E6363
(94,99,99)
#757879
(117,120,121)
#8C8D8F
(140,141,143)
#A3A2A5
(163,162,165)
#BAB7BB
(186,183,187)
#D1CCD1
(209,204,209)
#E8E1E7
(232,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020F0B; }

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

This text font color is #020F0B.


Background Color

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

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

This div background color is #020F0B.


Border color

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

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

This div border color is #020F0B.


Opacity

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

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

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

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

This text has shadow with #020F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020F0B on black background.


Color preview on white background

This text has color #020F0B on white background.



Black color preview on #020F0B background

This text has black color on #020F0B background.


White color preview on #020F0B background

This text has white color on #020F0B background.