Shades of Mardi Gras #220A21
Tints of Mardi Gras #220A21
RGB
CMYK
RGB Variations
Color information
#220A21 (or 0x220A21) is known color: Mardi Gras. HEX triplet: 22, 0A and 21. RGB value is (34,10,33). Sum of RGB (Red+Green+Blue) = 34+10+33=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #220A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A21 is #DDF5DE. Grayscale: #131313. Windows color (decimal): -14546399 or 2165282. OLE color: 2165282.
HSL color Cylindrical-coordinate representation of color #220A21: hue angle of 302.5º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220A21 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 10 | 33 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.87 |
| HSL | 302.5º | 0.55% | 0.09% | - |
| HSV(B) | 302.5º | 0.71% | 0.13% | - |
| XYZ | 1.04 | 0.67 | 1.51 | - |
| YUV | 19.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 33 | 0 | 0.71 | 0.03 | 0.87 | 302.5 | 0.55 | 0.09 |
| Hex | 22 | A | 21 | 0 | 47 | 3 | 57 | 12E | 37 | 9 |
| Octal | 42 | 12 | 41 | 0 | 107 | 3 | 127 | 456 | 67 | 11 |
| Binary | 100010 | 1010 | 100001 | 0 | 1000111 | 11 | 1010111 | 100101110 | 110111 | 1001 |
Color Harmonies of #220A21
Complementary color
Monochromatic Colors of #220A21
Black with #220A21
Text Example
Text Example
White with #220A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A21; }
p { color: rgb(34,10,33); }
H1.HeaderClassName
{
color: #220A21;
}
.AnyTagClassName
{
color: #220A21;
}
</style>
background-color css
<style>
a { background-color: #220A21; }
a { background-color: rgb(34,10,33); }
div.DivClassName
{
background-color: #220A21;
}
.BgClassName
{
background-color: #220A21;
}
</style>
border-color css
<style>
span { border-color: #220A21; }
span { border-color: rgb(34,10,33); }
td.TdClassName
{
border-color: #220A21;
}
.TagClassName
{
border-color: #220A21;
}
</style>