COLOR #020302

HEX: #020302
RGB: (2,3,2)

Color info

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

RGB color model

#020302 color RGB value is (2,3,2).

  • red value is 2;
  • green value is 3;
  • blue value is 2.
RGB:
(2,3,2)
(1%,1%,1%)

RGB channels and saturation

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

2
3
2

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

Portions of RGB colors in percentages

R + G + B =
2 + 3 + 2 = 7 (100%)
R 2 of 7 ~ 28.57%
G 3 of 7 ~ 42.86%
B 2 of 7 ~ 28.57%

%28.57
%42.86
%28.57

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 98.82%
CMYK:
(33,0,33,99)
C33M0Y33K99 
(33%,0%,33%,99%)
(0.33/0.00/0.33/0.99)	

CMYK percentages

%33.33
%0
%33.33
%98.82

Codes

Color #020302 in popluar color models

020302
RGB232
HSL120°20.00%0.98%
HSB/HSV120°33.33%1.18%
CMYK33.33%0.00%33.33%
98.82%

Color #020302 in popluar number systems.

HEX020302
Decimal232
Binary101110
Octal232

Shades and tints

Tints of #020302

#020302
(2,3,2)
#191919
(25,25,25)
#302F30
(48,47,48)
#474547
(71,69,71)
#5E5B5E
(94,91,94)
#757175
(117,113,117)
#8C878C
(140,135,140)
#A39DA3
(163,157,163)
#BAB3BA
(186,179,186)
#D1C9D1
(209,201,209)
#E8DFE8
(232,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020302; }

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

This text font color is #020302.


Background Color

.myBgColor { background-color: #020302; }

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

This div background color is #020302.


Border color

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

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

This div border color is #020302.


Opacity

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

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

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

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

This text has shadow with #020302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020302 on black background.


Color preview on white background

This text has color #020302 on white background.



Black color preview on #020302 background

This text has black color on #020302 background.


White color preview on #020302 background

This text has white color on #020302 background.