Shades of Mardi Gras #200E20
Tints of Mardi Gras #200E20
RGB
CMYK
RGB Variations
Color information
#200E20 (or 0x200E20) is known color: Mardi Gras. HEX triplet: 20, 0E and 20. RGB value is (32,14,32). Sum of RGB (Red+Green+Blue) = 32+14+32=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #200E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E20 is #DFF1DF. Grayscale: #151515. Windows color (decimal): -14676448 or 2100768. OLE color: 2100768.
HSL color Cylindrical-coordinate representation of color #200E20: hue angle of 300º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #200E20 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 32 | - |
| CMYK | 0 | 0.56 | 0 | 0.87 |
| HSL | 300º | 0.39% | 0.09% | - |
| HSV(B) | 300º | 0.56% | 0.13% | - |
| XYZ | 1.01 | 0.73 | 1.45 | - |
| YUV | 21.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 32 | 0 | 0.56 | 0 | 0.87 | 300 | 0.39 | 0.09 |
| Hex | 20 | E | 20 | 0 | 38 | 0 | 57 | 12C | 27 | 9 |
| Octal | 40 | 16 | 40 | 0 | 70 | 0 | 127 | 454 | 47 | 11 |
| Binary | 100000 | 1110 | 100000 | 0 | 111000 | 0 | 1010111 | 100101100 | 100111 | 1001 |
Color Harmonies of #200E20
Complementary color
Monochromatic Colors of #200E20
Black with #200E20
Text Example
Text Example
White with #200E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E20; }
p { color: rgb(32,14,32); }
H1.HeaderClassName
{
color: #200E20;
}
.AnyTagClassName
{
color: #200E20;
}
</style>
background-color css
<style>
a { background-color: #200E20; }
a { background-color: rgb(32,14,32); }
div.DivClassName
{
background-color: #200E20;
}
.BgClassName
{
background-color: #200E20;
}
</style>
border-color css
<style>
span { border-color: #200E20; }
span { border-color: rgb(32,14,32); }
td.TdClassName
{
border-color: #200E20;
}
.TagClassName
{
border-color: #200E20;
}
</style>