Html Css Color HEX #20021C Mardi Gras

📋 copy color: '#20021C'

red 32 ◦ green 2 ◦ blue 28

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

Shades of Mardi Gras #20021C

Tints of Mardi Gras #20021C

RGB

 RED value IS 32 (12.89% from 255) = 51.61%

 GREEN value IS 2 (1.17% from 255) = 3.23%

 BLUE value IS 28 (11.33% from 255) = 45.16%

R = 51.61%
G = 3.23%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#20021C (or 0x20021C) is known color: Mardi Gras. HEX triplet: 20, 02 and 1C. RGB value is (32,2,28). Sum of RGB (Red+Green+Blue) = 32+2+28=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20021C is #DFFDE3. Grayscale: #0D0D0D. Windows color (decimal): -14679524 or 1835552. OLE color: 1835552.

HSL color Cylindrical-coordinate representation of color #20021C: hue angle of 308º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20021C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 2 28 -
CMYK 0 0.94 0.12 0.87
HSL 308º 0.88% 0.07% -
HSV(B) 308º 0.94% 0.13% -
XYZ 0.83 0.43 1.14 -
YUV 13.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 32 2 28 0 0.94 0.12 0.87 308 0.88 0.07
Hex 20 2 1C 0 5E C 57 134 58 7
Octal 40 2 34 0 136 14 127 464 130 7
Binary 100000 10 11100 0 1011110 1100 1010111 100110100 1011000 111

Color Harmonies of #20021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20021C

Black with #20021C

Text Example


Text Example

White with #20021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20021C; }

 p { color: rgb(32,2,28); }

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

background-color css

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

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

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

border-color css

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

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

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