COLOR #020F0F

HEX: #020F0F
RGB: (2,15,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

2
15
15

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

Portions of RGB colors in percentages

R + G + B =
2 + 15 + 15 = 32 (100%)
R 2 of 32 ~ 6.25%
G 15 of 32 ~ 46.88%
B 15 of 32 ~ 46.88%

%46.88
%46.88

CMYK color model

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

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

CMYK percentages

%86.67
%0
%0
%94.12

Codes

Color #020F0F in popluar color models

020F0F
RGB21515
HSL180°76.47%3.33%
HSB/HSV180°86.67%5.88%
CMYK86.67%0.00%0.00%
94.12%

Color #020F0F in popluar number systems.

HEX020F0F
Decimal21515
Binary1011111111
Octal21717

Shades and tints

Shades of #020F0F

#020F0F
(2,15,15)
#020E0E
(2,14,14)
#020D0D
(2,13,13)
#020C0C
(2,12,12)
#020B0B
(2,11,11)
#020A0A
(2,10,10)
#020909
(2,9,9)
#020808
(2,8,8)
#020707
(2,7,7)
#020606
(2,6,6)
#020505
(2,5,5)
#000000
(0,0,0)

Tints of #020F0F

#020F0F
(2,15,15)
#192424
(25,36,36)
#303939
(48,57,57)
#474E4E
(71,78,78)
#5E6363
(94,99,99)
#757878
(117,120,120)
#8C8D8D
(140,141,141)
#A3A2A2
(163,162,162)
#BAB7B7
(186,183,183)
#D1CCCC
(209,204,204)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020F0F; }

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

This text font color is #020F0F.


Background Color

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

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

This div background color is #020F0F.


Border color

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

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

This div border color is #020F0F.


Opacity

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

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

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

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

This text has shadow with #020F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020F0F on black background.


Color preview on white background

This text has color #020F0F on white background.



Black color preview on #020F0F background

This text has black color on #020F0F background.


White color preview on #020F0F background

This text has white color on #020F0F background.