#201220

Color #201220 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #201220

Tints of Mardi Gras #201220

Color information

#201220 (or 0x201220) is unknown color: approx Mardi Gras. HEX triplet: 20, 12 and 20. RGB value is (32,18,32). Sum of RGB (Red+Green+Blue) = 32+18+32=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201220 is #DFEDDF. Grayscale: #171717. Windows color (decimal): -14675424 or 2101792. OLE color: 2101792.

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

Color convert

RGB321832-
CMYK00.4400.87
HSL300º28%9.8%-
HSV(B)300º43.75%12.55%-
XYZ1.070.841.47-
YUV23.78132.64133.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=39.02%
G=21.95%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32183200.4400.87300289.8
Hex20122002C05712c1ca
Octal40224005401274543412
Binary10000010010100000010110001010111100101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201220; }

 p { color: rgb(32,18,32); }

 H1.HeaderClassName
 {
   color: #201220;
 }
 .AnyTagClassName
 {
   color: #201220;
 }
</style>
background-color css

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

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

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

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

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

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