Shades of Mardi Gras #211322
Tints of Mardi Gras #211322
RGB
CMYK
RGB Variations
Color information
#211322 (or 0x211322) is known color: Mardi Gras. HEX triplet: 21, 13 and 22. RGB value is (33,19,34). Sum of RGB (Red+Green+Blue) = 33+19+34=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 34 (13.67% from 255 or 39.53% from 86); Max value from RGB is 34 - color contains mainly: blue. Hex color #211322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211322 is #DEECDD. Grayscale: #181818. Windows color (decimal): -14609630 or 2233121. OLE color: 2233121.
HSL color Cylindrical-coordinate representation of color #211322: hue angle of 296º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #211322 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 34 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.87 |
| HSL | 296º | 0.28% | 0.1% | - |
| HSV(B) | 296º | 0.44% | 0.13% | - |
| XYZ | 1.15 | 0.9 | 1.63 | - |
| YUV | 24.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 34 | 0.03 | 0.44 | 0 | 0.87 | 296 | 0.28 | 0.1 |
| Hex | 21 | 13 | 22 | 3 | 2C | 0 | 57 | 128 | 1C | A |
| Octal | 41 | 23 | 42 | 3 | 54 | 0 | 127 | 450 | 34 | 12 |
| Binary | 100001 | 10011 | 100010 | 11 | 101100 | 0 | 1010111 | 100101000 | 11100 | 1010 |
Color Harmonies of #211322
Complementary color
Monochromatic Colors of #211322
Black with #211322
Text Example
Text Example
White with #211322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211322; }
p { color: rgb(33,19,34); }
H1.HeaderClassName
{
color: #211322;
}
.AnyTagClassName
{
color: #211322;
}
</style>
background-color css
<style>
a { background-color: #211322; }
a { background-color: rgb(33,19,34); }
div.DivClassName
{
background-color: #211322;
}
.BgClassName
{
background-color: #211322;
}
</style>
border-color css
<style>
span { border-color: #211322; }
span { border-color: rgb(33,19,34); }
td.TdClassName
{
border-color: #211322;
}
.TagClassName
{
border-color: #211322;
}
</style>