Html Css Color HEX #020002 Mardi Gras

📋 copy color: '#020002'

red 2 ◦ green 0 ◦ blue 2

#020002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #020002

Tints of Mardi Gras #020002

RGB

 RED value IS 2 (1.17% from 255) = 50%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.99

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#020002 (or 0x020002) is known color: Mardi Gras. HEX triplet: 02, 00 and 02. RGB value is (2,0,2). Sum of RGB (Red+Green+Blue) = 2+0+2=4 (0% of max value = 765). Red value is 2 (1.17% from 255 or 50% from 4); Green value is 0 (0.39% from 255 or 0% from 4); Blue value is 2 (1.17% from 255 or 50% from 4); Max value from RGB is 2 - color contains mainly: red, blue. Hex color #020002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020002 is #FDFFFD. Grayscale: #000000. Windows color (decimal): -16646142 or 131074. OLE color: 131074.

HSL color Cylindrical-coordinate representation of color #020002: hue angle of 300º degrees, saturation: 1, lightness: 0%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020002 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB 2 0 2 -
CMYK 0 1 0 0.99
HSL 300º 1% 0% -
HSV(B) 300º 1% 0.01% -
XYZ 0.04 0.02 0.06 -
YUV 0.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 2 0 2 0 1 0 0.99 300 1 0
Hex 2 0 2 0 64 0 63 12C 64 0
Octal 2 0 2 0 144 0 143 454 144 0
Binary 10 0 10 0 1100100 0 1100011 100101100 1100100 0

Color Harmonies of #020002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020002

Black with #020002

Text Example


Text Example

White with #020002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020002; }

 p { color: rgb(2,0,2); }

 H1.HeaderClassName
 {
   color: #020002;
 }
 .AnyTagClassName
 {
   color: #020002;
 }
</style>

background-color css

<style>
 a { background-color: #020002; }

 a { background-color: rgb(2,0,2); }

 div.DivClassName
 {
   background-color: #020002;
 }
 .BgClassName
 {
   background-color: #020002;
 }
</style>

border-color css

<style>
 span { border-color: #020002; }

 span { border-color: rgb(2,0,2); }

 td.TdClassName
 {
   border-color: #020002;
 }
 .TagClassName
 {
   border-color: #020002;
 }
</style>