Shades of Mardi Gras #200A21
Tints of Mardi Gras #200A21
RGB
CMYK
RGB Variations
Color information
#200A21 (or 0x200A21) is known color: Mardi Gras. HEX triplet: 20, 0A and 21. RGB value is (32,10,33). Sum of RGB (Red+Green+Blue) = 32+10+33=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #200A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A21 is #DFF5DE. Grayscale: #131313. Windows color (decimal): -14677471 or 2165280. OLE color: 2165280.
HSL color Cylindrical-coordinate representation of color #200A21: hue angle of 297.39º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #200A21 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 33 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.87 |
| HSL | 297.39º | 0.53% | 0.08% | - |
| HSV(B) | 297.39º | 0.7% | 0.13% | - |
| XYZ | 0.98 | 0.63 | 1.51 | - |
| YUV | 19.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 33 | 0.03 | 0.70 | 0 | 0.87 | 297.39 | 0.53 | 0.08 |
| Hex | 20 | A | 21 | 3 | 46 | 0 | 57 | 129 | 35 | 8 |
| Octal | 40 | 12 | 41 | 3 | 106 | 0 | 127 | 451 | 65 | 10 |
| Binary | 100000 | 1010 | 100001 | 11 | 1000110 | 0 | 1010111 | 100101001 | 110101 | 1000 |
Color Harmonies of #200A21
Complementary color
Monochromatic Colors of #200A21
Black with #200A21
Text Example
Text Example
White with #200A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A21; }
p { color: rgb(32,10,33); }
H1.HeaderClassName
{
color: #200A21;
}
.AnyTagClassName
{
color: #200A21;
}
</style>
background-color css
<style>
a { background-color: #200A21; }
a { background-color: rgb(32,10,33); }
div.DivClassName
{
background-color: #200A21;
}
.BgClassName
{
background-color: #200A21;
}
</style>
border-color css
<style>
span { border-color: #200A21; }
span { border-color: rgb(32,10,33); }
td.TdClassName
{
border-color: #200A21;
}
.TagClassName
{
border-color: #200A21;
}
</style>