Shades of Mardi Gras #221621
Tints of Mardi Gras #221621
RGB
CMYK
RGB Variations
Color information
#221621 (or 0x221621) is known color: Mardi Gras. HEX triplet: 22, 16 and 21. RGB value is (34,22,33). Sum of RGB (Red+Green+Blue) = 34+22+33=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 34 - color contains mainly: red. Hex color #221621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221621 is #DDE9DE. Grayscale: #1A1A1A. Windows color (decimal): -14543327 or 2168354. OLE color: 2168354.
HSL color Cylindrical-coordinate representation of color #221621: hue angle of 305º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #221621 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 22 | 33 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.87 |
| HSL | 305º | 0.21% | 0.11% | - |
| HSV(B) | 305º | 0.35% | 0.13% | - |
| XYZ | 1.22 | 1.02 | 1.57 | - |
| YUV | 26.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 33 | 0 | 0.35 | 0.03 | 0.87 | 305 | 0.21 | 0.11 |
| Hex | 22 | 16 | 21 | 0 | 23 | 3 | 57 | 131 | 15 | B |
| Octal | 42 | 26 | 41 | 0 | 43 | 3 | 127 | 461 | 25 | 13 |
| Binary | 100010 | 10110 | 100001 | 0 | 100011 | 11 | 1010111 | 100110001 | 10101 | 1011 |
Color Harmonies of #221621
Complementary color
Monochromatic Colors of #221621
Black with #221621
Text Example
Text Example
White with #221621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221621; }
p { color: rgb(34,22,33); }
H1.HeaderClassName
{
color: #221621;
}
.AnyTagClassName
{
color: #221621;
}
</style>
background-color css
<style>
a { background-color: #221621; }
a { background-color: rgb(34,22,33); }
div.DivClassName
{
background-color: #221621;
}
.BgClassName
{
background-color: #221621;
}
</style>
border-color css
<style>
span { border-color: #221621; }
span { border-color: rgb(34,22,33); }
td.TdClassName
{
border-color: #221621;
}
.TagClassName
{
border-color: #221621;
}
</style>