Shades of Mardi Gras #211422
Tints of Mardi Gras #211422
RGB
CMYK
RGB Variations
Color information
#211422 (or 0x211422) is known color: Mardi Gras. HEX triplet: 21, 14 and 22. RGB value is (33,20,34). Sum of RGB (Red+Green+Blue) = 33+20+34=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 34 - color contains mainly: blue. Hex color #211422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211422 is #DEEBDD. Grayscale: #191919. Windows color (decimal): -14609374 or 2233377. OLE color: 2233377.
HSL color Cylindrical-coordinate representation of color #211422: hue angle of 295.71º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #211422 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 34 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.87 |
| HSL | 295.71º | 0.26% | 0.11% | - |
| HSV(B) | 295.71º | 0.41% | 0.13% | - |
| XYZ | 1.17 | 0.94 | 1.63 | - |
| YUV | 25.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 34 | 0.03 | 0.41 | 0 | 0.87 | 295.71 | 0.26 | 0.11 |
| Hex | 21 | 14 | 22 | 3 | 29 | 0 | 57 | 128 | 1A | B |
| Octal | 41 | 24 | 42 | 3 | 51 | 0 | 127 | 450 | 32 | 13 |
| Binary | 100001 | 10100 | 100010 | 11 | 101001 | 0 | 1010111 | 100101000 | 11010 | 1011 |
Color Harmonies of #211422
Complementary color
Monochromatic Colors of #211422
Black with #211422
Text Example
Text Example
White with #211422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211422; }
p { color: rgb(33,20,34); }
H1.HeaderClassName
{
color: #211422;
}
.AnyTagClassName
{
color: #211422;
}
</style>
background-color css
<style>
a { background-color: #211422; }
a { background-color: rgb(33,20,34); }
div.DivClassName
{
background-color: #211422;
}
.BgClassName
{
background-color: #211422;
}
</style>
border-color css
<style>
span { border-color: #211422; }
span { border-color: rgb(33,20,34); }
td.TdClassName
{
border-color: #211422;
}
.TagClassName
{
border-color: #211422;
}
</style>