COLOR #020000

HEX: #020000 RGB: (2,0,0)

Color info

#020000 contains only red color. Web safe color of #020000 is #000000 (or #000).

RGB color model

#020000 color RGB value is (2,0,0).

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

RGB channels and saturation

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

2
0
0

R + G + B ~ 0%. #020000 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 0 + 0 = 2 (100%)
R 2 of 2 ~ 100%
G 0 of 2 ~ 0%
B 0 of 2 ~ 0'%

%100

CMYK color model

#020000 color CMYK value is (0,100,100,99).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 99.22%

CMYK: (0,100,100,99)
C0M100Y100K99 (0%, 100%, 100%, 99%)
(0.00 / 1.00 / 1.00 / 0.99)

CMYK percentages

%0
%100
%100
%99.22

Codes

Color #020000 in popluar color models

02 00 00
RGB 2 0 0
HSL 100.00% 0.39%
HSB/HSV 100.00% 0.78%
CMYK 0.00% 100.00% 100.00%
99.22%

Color #020000 in popluar number systems.

HEX 02 00 00
Decimal 2 0 0
Binary 10 0 0
Octal 2 0 0

Shades and tints

Tints of #020000

#020000
(2,0,0)
#191717
(25,23,23)
#302E2E
(48,46,46)
#474545
(71,69,69)
#5E5C5C
(94,92,92)
#757373
(117,115,115)
#8C8A8A
(140,138,138)
#A3A1A1
(163,161,161)
#BAB8B8
(186,184,184)
#D1CFCF
(209,207,207)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020000; }

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

This text font color is #020000.

Background Color

.myBgColor { background-color: #020000; }

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

This div background color is #020000.

Border color

.myBorderColor { border: 1px solid #020000; }

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

This div border color is #020000.

Opacity

.myOpacity80 { color: #020000; opacity: 0.8; }

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

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

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

This text has shadow with #020000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020000.

Preview

Color preview on black background

This text has color #020000 on black background.


Color preview on white background

This text has color #020000 on white background.


Black color preview on #020000 background

This text has black color on #020000 background.


White color preview on #020000 background

This text has white color on #020000 background.


Related colors

Complementary color

Complementary color for #hex is #FDFFFF.


I love getcolorcode.com