COLOR #020003

HEX: #020003 RGB: (2,0,3)

Color info

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

RGB color model

#020003 color RGB value is (2,0,3).

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

RGB channels and saturation

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

2
0
3

R + G + B ~ 1%. #020003 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 0 + 3 = 5 (100%)
R 2 of 5 ~ 40%
G 0 of 5 ~ 0%
B 3 of 5 ~ 60'%

%40
%60

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 98.82%

CMYK: (33,100,0,99)
C33M100Y0K99 (33%, 100%, 0%, 99%)
(0.33 / 1.00 / 0.00 / 0.99)

CMYK percentages

%33.33
%100
%0
%98.82

Codes

Color #020003 in popluar color models

02 00 03
RGB 2 0 3
HSL 280° 100.00% 0.59%
HSB/HSV 280° 100.00% 1.18%
CMYK 33.33% 100.00% 0.00%
98.82%

Color #020003 in popluar number systems.

HEX 02 00 03
Decimal 2 0 3
Binary 10 0 11
Octal 2 0 3

Shades and tints

Tints of #020003

#020003
(2,0,3)
#191719
(25,23,25)
#302E2F
(48,46,47)
#474545
(71,69,69)
#5E5C5B
(94,92,91)
#757371
(117,115,113)
#8C8A87
(140,138,135)
#A3A19D
(163,161,157)
#BAB8B3
(186,184,179)
#D1CFC9
(209,207,201)
#E8E6DF
(232,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020003; }

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

This text font color is #020003.

Background Color

.myBgColor { background-color: #020003; }

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

This div background color is #020003.

Border color

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

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

This div border color is #020003.

Opacity

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

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

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

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

This text has shadow with #020003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020003.

Preview

Color preview on black background

This text has color #020003 on black background.


Color preview on white background

This text has color #020003 on white background.


Black color preview on #020003 background

This text has black color on #020003 background.


White color preview on #020003 background

This text has white color on #020003 background.


Related colors

Complementary color

Complementary color for #hex is #FDFFFC.


I love getcolorcode.com

Triadic colors

1 #030200 and #000302 with #020003 are triadic colors.

2 #030002 and #000203 with #020003 are triadic colors.