Shades of Mardi Gras #201921
Tints of Mardi Gras #201921
RGB
CMYK
RGB Variations
Color information
#201921 (or 0x201921) is known color: Mardi Gras. HEX triplet: 20, 19 and 21. RGB value is (32,25,33). Sum of RGB (Red+Green+Blue) = 32+25+33=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 33 - color contains mainly: blue. Hex color #201921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201921 is #DFE6DE. Grayscale: #1B1B1B. Windows color (decimal): -14673631 or 2169120. OLE color: 2169120.
HSL color Cylindrical-coordinate representation of color #201921: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #201921 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 25 | 33 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.87 |
| HSL | 292.5º | 0.14% | 0.11% | - |
| HSV(B) | 292.5º | 0.24% | 0.13% | - |
| XYZ | 1.22 | 1.11 | 1.59 | - |
| YUV | 28.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 33 | 0.03 | 0.24 | 0 | 0.87 | 292.5 | 0.14 | 0.11 |
| Hex | 20 | 19 | 21 | 3 | 18 | 0 | 57 | 124 | E | B |
| Octal | 40 | 31 | 41 | 3 | 30 | 0 | 127 | 444 | 16 | 13 |
| Binary | 100000 | 11001 | 100001 | 11 | 11000 | 0 | 1010111 | 100100100 | 1110 | 1011 |
Color Harmonies of #201921
Complementary color
Monochromatic Colors of #201921
Black with #201921
Text Example
Text Example
White with #201921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201921; }
p { color: rgb(32,25,33); }
H1.HeaderClassName
{
color: #201921;
}
.AnyTagClassName
{
color: #201921;
}
</style>
background-color css
<style>
a { background-color: #201921; }
a { background-color: rgb(32,25,33); }
div.DivClassName
{
background-color: #201921;
}
.BgClassName
{
background-color: #201921;
}
</style>
border-color css
<style>
span { border-color: #201921; }
span { border-color: rgb(32,25,33); }
td.TdClassName
{
border-color: #201921;
}
.TagClassName
{
border-color: #201921;
}
</style>