COLOR #020F14

HEX: #020F14
RGB: (2,15,20)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

2
15
20

R + G + B ~ 5%. #020F14 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 15 + 20 = 37 (100%)
R 2 of 37 ~ 5.41%
G 15 of 37 ~ 40.54%
B 20 of 37 ~ 54.05%

%40.54
%54.05

CMYK color model

#020F14 color CMYK value is (90,25,0,92).

  • cyan value is 90.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(90,25,0,92)
C90M25Y0K92 
(90%,25%,0%,92%)
(0.90/0.25/0.00/0.92)	

CMYK percentages

%90
%25
%0
%92.16

Codes

Color #020F14 in popluar color models

020F14
RGB21520
HSL197°81.82%4.31%
HSB/HSV197°90.00%7.84%
CMYK90.00%25.00%0.00%
92.16%

Color #020F14 in popluar number systems.

HEX020F14
Decimal21520
Binary10111110100
Octal21724

Shades and tints

Shades of #020F14

#020F14
(2,15,20)
#020E13
(2,14,19)
#020D12
(2,13,18)
#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)
#000000
(0,0,0)

Tints of #020F14

#020F14
(2,15,20)
#192429
(25,36,41)
#30393E
(48,57,62)
#474E53
(71,78,83)
#5E6368
(94,99,104)
#75787D
(117,120,125)
#8C8D92
(140,141,146)
#A3A2A7
(163,162,167)
#BAB7BC
(186,183,188)
#D1CCD1
(209,204,209)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020F14; }

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

This text font color is #020F14.


Background Color

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

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

This div background color is #020F14.


Border color

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

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

This div border color is #020F14.


Opacity

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

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

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

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

This text has shadow with #020F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020F14 on black background.


Color preview on white background

This text has color #020F14 on white background.



Black color preview on #020F14 background

This text has black color on #020F14 background.


White color preview on #020F14 background

This text has white color on #020F14 background.