Shades of Mardi Gras #201621
Tints of Mardi Gras #201621
RGB
CMYK
RGB Variations
Color information
#201621 (or 0x201621) is known color: Mardi Gras. HEX triplet: 20, 16 and 21. RGB value is (32,22,33). Sum of RGB (Red+Green+Blue) = 32+22+33=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #201621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201621 is #DFE9DE. Grayscale: #1A1A1A. Windows color (decimal): -14674399 or 2168352. OLE color: 2168352.
HSL color Cylindrical-coordinate representation of color #201621: hue angle of 294.55º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #201621 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 22 | 33 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.87 |
| HSL | 294.55º | 0.2% | 0.11% | - |
| HSV(B) | 294.55º | 0.33% | 0.13% | - |
| XYZ | 1.16 | 0.99 | 1.57 | - |
| YUV | 26.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 33 | 0.03 | 0.33 | 0 | 0.87 | 294.55 | 0.2 | 0.11 |
| Hex | 20 | 16 | 21 | 3 | 21 | 0 | 57 | 127 | 14 | B |
| Octal | 40 | 26 | 41 | 3 | 41 | 0 | 127 | 447 | 24 | 13 |
| Binary | 100000 | 10110 | 100001 | 11 | 100001 | 0 | 1010111 | 100100111 | 10100 | 1011 |
Color Harmonies of #201621
Complementary color
Monochromatic Colors of #201621
Black with #201621
Text Example
Text Example
White with #201621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201621; }
p { color: rgb(32,22,33); }
H1.HeaderClassName
{
color: #201621;
}
.AnyTagClassName
{
color: #201621;
}
</style>
background-color css
<style>
a { background-color: #201621; }
a { background-color: rgb(32,22,33); }
div.DivClassName
{
background-color: #201621;
}
.BgClassName
{
background-color: #201621;
}
</style>
border-color css
<style>
span { border-color: #201621; }
span { border-color: rgb(32,22,33); }
td.TdClassName
{
border-color: #201621;
}
.TagClassName
{
border-color: #201621;
}
</style>