COLOR #00020D

HEX: #00020D RGB: (0,2,13)

Color info

#00020D contains only green and blue colors. Web safe color of #00020D is #000000 (or #000).

RGB color model

#00020D color RGB value is (0,2,13).

RGB: (0,2,13) (0%, 1%, 5%)

RGB channels and saturation

R 0 of 255 = 0%
G 2 of 255 = 1%
B 13 of 255 = 5%

0
2
13

R + G + B ~ 2%. #00020D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 2 + 13 = 15 (100%)
R 0 of 15 ~ 0%
G 2 of 15 ~ 13.33%
B 13 of 15 ~ 86.67'%

%13.33
%86.67

CMYK color model

#00020D color CMYK value is (100,85,0,95).

  • cyan value is 100.00%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (100,85,0,95)
C100M85Y0K95 (100%, 85%, 0%, 95%)
(1.00 / 0.85 / 0.00 / 0.95)

CMYK percentages

%100
%84.62
%0
%94.9

Codes

Color #00020D in popluar color models

00 02 0D
RGB 0 2 13
HSL 231° 100.00% 2.55%
HSB/HSV 231° 100.00% 5.10%
CMYK 100.00% 84.62% 0.00%
94.90%

Color #00020D in popluar number systems.

HEX 00 02 0D
Decimal 0 2 13
Binary 0 10 1101
Octal 0 2 15

Shades and tints

Shades of #00020D

#00020D
(0,2,13)
#00020C
(0,2,12)
#00020B
(0,2,11)
#00020A
(0,2,10)
#000209
(0,2,9)
#000208
(0,2,8)
#000207
(0,2,7)
#000206
(0,2,6)
#000205
(0,2,5)
#000204
(0,2,4)
#000203
(0,2,3)
#000000
(0,0,0)

Tints of #00020D

#00020D
(0,2,13)
#171923
(23,25,35)
#2E3039
(46,48,57)
#45474F
(69,71,79)
#5C5E65
(92,94,101)
#73757B
(115,117,123)
#8A8C91
(138,140,145)
#A1A3A7
(161,163,167)
#B8BABD
(184,186,189)
#CFD1D3
(207,209,211)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00020D color. Also use rgb(0,2,13) instead hex code.

Text Font Color

.myTextColor { color: #00020D; }

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

This text font color is #00020D.

Background Color

.myBgColor { background-color: #00020D; }

<div style="background-color:#00020D">Inner text</div>

This div background color is #00020D.

Border color

.myBorderColor { border: 1px solid #00020D; }

<div style="border:3px solid #00020D">Div</div>

This div border color is #00020D.

Opacity

.myOpacity80 { color: #00020D; opacity: 0.8; }

<p style="color:#00020D;opacity:0.8;">80%</p>

Text with #00020D 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 #00020D;}

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

This text has shadow with #00020D color.


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

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

This text has shadow with #00020D primary color and red secondary color.


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

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

This text has shadow with #00020D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00020D.

Preview

Color preview on black background

This text has color #00020D on black background.


Color preview on white background

This text has color #00020D on white background.


Black color preview on #00020D background

This text has black color on #00020D background.


White color preview on #00020D background

This text has white color on #00020D background.


Related colors

Complementary color

Complementary color for #hex is #FFFDF2.


I love getcolorcode.com

Triadic colors

1 #0D0002 and #020D00 with #00020D are triadic colors.

2 #0D0200 and #02000D with #00020D are triadic colors.