COLOR #020F0A

HEX: #020F0A RGB: (2,15,10)

Color info

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

RGB color model

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

RGB: (2,15,10) (1%, 6%, 4%)

RGB channels and saturation

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

2
15
10

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

Portions of RGB colors in percentages

R + G + B = 2 + 15 + 10 = 27 (100%)
R 2 of 27 ~ 7.41%
G 15 of 27 ~ 55.56%
B 10 of 27 ~ 37.04'%

%55.56
%37.04

CMYK color model

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

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 94.12%

CMYK: (87,0,33,94)
C87M0Y33K94 (87%, 0%, 33%, 94%)
(0.87 / 0.00 / 0.33 / 0.94)

CMYK percentages

%86.67
%0
%33.33
%94.12

Codes

Color #020F0A in popluar color models

02 0F 0A
RGB 2 15 10
HSL 157° 76.47% 3.33%
HSB/HSV 157° 86.67% 5.88%
CMYK 86.67% 0.00% 33.33%
94.12%

Color #020F0A in popluar number systems.

HEX 02 0F 0A
Decimal 2 15 10
Binary 10 1111 1010
Octal 2 17 12

Shades and tints

Shades of #020F0A

#020F0A
(2,15,10)
#020E0A
(2,14,10)
#020D0A
(2,13,10)
#020C0A
(2,12,10)
#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)
#000000
(0,0,0)

Tints of #020F0A

#020F0A
(2,15,10)
#192420
(25,36,32)
#303936
(48,57,54)
#474E4C
(71,78,76)
#5E6362
(94,99,98)
#757878
(117,120,120)
#8C8D8E
(140,141,142)
#A3A2A4
(163,162,164)
#BAB7BA
(186,183,186)
#D1CCD0
(209,204,208)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020F0A; }

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

This text font color is #020F0A.

Background Color

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

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

This div background color is #020F0A.

Border color

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

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

This div border color is #020F0A.

Opacity

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

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

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

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

This text has shadow with #020F0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020F0A.

Preview

Color preview on black background

This text has color #020F0A on black background.


Color preview on white background

This text has color #020F0A on white background.


Black color preview on #020F0A background

This text has black color on #020F0A background.


White color preview on #020F0A background

This text has white color on #020F0A background.


Related colors

Complementary color

Complementary color for #hex is #FDF0F5.


I love getcolorcode.com

Triadic colors

1 #0A020F and #0F0A02 with #020F0A are triadic colors.

2 #0A0F02 and #0F020A with #020F0A are triadic colors.