COLOR #020F15

HEX: #020F15 RGB: (2,15,21)

Color info

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

RGB color model

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

RGB: (2,15,21) (1%, 6%, 8%)

RGB channels and saturation

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

2
15
21

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

Portions of RGB colors in percentages

R + G + B = 2 + 15 + 21 = 38 (100%)
R 2 of 38 ~ 5.26%
G 15 of 38 ~ 39.47%
B 21 of 38 ~ 55.26'%

%39.47
%55.26

CMYK color model

#020F15 color CMYK value is (90,29,0,92).

  • cyan value is 90.48%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (90,29,0,92)
C90M29Y0K92 (90%, 29%, 0%, 92%)
(0.90 / 0.29 / 0.00 / 0.92)

CMYK percentages

%90.48
%28.57
%0
%91.76

Codes

Color #020F15 in popluar color models

02 0F 15
RGB 2 15 21
HSL 199° 82.61% 4.51%
HSB/HSV 199° 90.48% 8.24%
CMYK 90.48% 28.57% 0.00%
91.76%

Color #020F15 in popluar number systems.

HEX 02 0F 15
Decimal 2 15 21
Binary 10 1111 10101
Octal 2 17 25

Shades and tints

Shades of #020F15

#020F15
(2,15,21)
#020E14
(2,14,20)
#020D13
(2,13,19)
#020C12
(2,12,18)
#020B11
(2,11,17)
#020A10
(2,10,16)
#02090F
(2,9,15)
#02080E
(2,8,14)
#02070D
(2,7,13)
#02060C
(2,6,12)
#02050B
(2,5,11)
#000000
(0,0,0)

Tints of #020F15

#020F15
(2,15,21)
#19242A
(25,36,42)
#30393F
(48,57,63)
#474E54
(71,78,84)
#5E6369
(94,99,105)
#75787E
(117,120,126)
#8C8D93
(140,141,147)
#A3A2A8
(163,162,168)
#BAB7BD
(186,183,189)
#D1CCD2
(209,204,210)
#E8E1E7
(232,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020F15; }

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

This text font color is #020F15.

Background Color

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

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

This div background color is #020F15.

Border color

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

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

This div border color is #020F15.

Opacity

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

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

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

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

This text has shadow with #020F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020F15.

Preview

Color preview on black background

This text has color #020F15 on black background.


Color preview on white background

This text has color #020F15 on white background.


Black color preview on #020F15 background

This text has black color on #020F15 background.


White color preview on #020F15 background

This text has white color on #020F15 background.


Related colors

Complementary color

Complementary color for #hex is #FDF0EA.


I love getcolorcode.com

Triadic colors

1 #15020F and #0F1502 with #020F15 are triadic colors.

2 #150F02 and #0F0215 with #020F15 are triadic colors.