COLOR #02000D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

2
0
13

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

Portions of RGB colors in percentages

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

%13.33
%86.67

CMYK color model

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

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

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

CMYK percentages

%84.62
%100
%0
%94.9

Codes

Color #02000D in popluar color models

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

Color #02000D in popluar number systems.

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

Shades and tints

Shades of #02000D

#02000D
(2,0,13)
#02000C
(2,0,12)
#02000B
(2,0,11)
#02000A
(2,0,10)
#020009
(2,0,9)
#020008
(2,0,8)
#020007
(2,0,7)
#020006
(2,0,6)
#020005
(2,0,5)
#020004
(2,0,4)
#020003
(2,0,3)
#000000
(0,0,0)

Tints of #02000D

#02000D
(2,0,13)
#191723
(25,23,35)
#302E39
(48,46,57)
#47454F
(71,69,79)
#5E5C65
(94,92,101)
#75737B
(117,115,123)
#8C8A91
(140,138,145)
#A3A1A7
(163,161,167)
#BAB8BD
(186,184,189)
#D1CFD3
(209,207,211)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02000D; }

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

This text font color is #02000D.

Background Color

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

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

This div background color is #02000D.

Border color

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

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

This div border color is #02000D.

Opacity

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

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

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

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

This text has shadow with #02000D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02000D.

Preview

Color preview on black background

This text has color #02000D on black background.


Color preview on white background

This text has color #02000D on white background.


Black color preview on #02000D background

This text has black color on #02000D background.


White color preview on #02000D background

This text has white color on #02000D background.


Related colors

Complementary color

Complementary color for #hex is #FDFFF2.


I love getcolorcode.com

Triadic colors

1 #0D0200 and #000D02 with #02000D are triadic colors.

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