Shades of Mardi Gras #220322
Tints of Mardi Gras #220322
RGB
CMYK
RGB Variations
Color information
#220322 (or 0x220322) is known color: Mardi Gras. HEX triplet: 22, 03 and 22. RGB value is (34,3,34). Sum of RGB (Red+Green+Blue) = 34+3+34=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 34 - color contains mainly: red, blue. Hex color #220322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220322 is #DDFCDD. Grayscale: #0F0F0F. Windows color (decimal): -14548190 or 2229026. OLE color: 2229026.
HSL color Cylindrical-coordinate representation of color #220322: hue angle of 300º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220322 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 34 | - |
| CMYK | 0 | 0.91 | 0 | 0.87 |
| HSL | 300º | 0.84% | 0.07% | - |
| HSV(B) | 300º | 0.91% | 0.13% | - |
| XYZ | 0.98 | 0.52 | 1.56 | - |
| YUV | 15.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 34 | 0 | 0.91 | 0 | 0.87 | 300 | 0.84 | 0.07 |
| Hex | 22 | 3 | 22 | 0 | 5B | 0 | 57 | 12C | 54 | 7 |
| Octal | 42 | 3 | 42 | 0 | 133 | 0 | 127 | 454 | 124 | 7 |
| Binary | 100010 | 11 | 100010 | 0 | 1011011 | 0 | 1010111 | 100101100 | 1010100 | 111 |
Color Harmonies of #220322
Complementary color
Monochromatic Colors of #220322
Black with #220322
Text Example
Text Example
White with #220322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220322; }
p { color: rgb(34,3,34); }
H1.HeaderClassName
{
color: #220322;
}
.AnyTagClassName
{
color: #220322;
}
</style>
background-color css
<style>
a { background-color: #220322; }
a { background-color: rgb(34,3,34); }
div.DivClassName
{
background-color: #220322;
}
.BgClassName
{
background-color: #220322;
}
</style>
border-color css
<style>
span { border-color: #220322; }
span { border-color: rgb(34,3,34); }
td.TdClassName
{
border-color: #220322;
}
.TagClassName
{
border-color: #220322;
}
</style>