Shades of Mardi Gras #20021C
Tints of Mardi Gras #20021C
RGB
CMYK
RGB Variations
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
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>