Shades of Mardi Gras #220B20
Tints of Mardi Gras #220B20
RGB
CMYK
RGB Variations
Color information
#220B20 (or 0x220B20) is known color: Mardi Gras. HEX triplet: 22, 0B and 20. RGB value is (34,11,32). Sum of RGB (Red+Green+Blue) = 34+11+32=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #220B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B20 is #DDF4DF. Grayscale: #141414. Windows color (decimal): -14546144 or 2100002. OLE color: 2100002.
HSL color Cylindrical-coordinate representation of color #220B20: hue angle of 305.22º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #220B20 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 11 | 32 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.87 |
| HSL | 305.22º | 0.51% | 0.09% | - |
| HSV(B) | 305.22º | 0.68% | 0.13% | - |
| XYZ | 1.04 | 0.68 | 1.44 | - |
| YUV | 20.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 32 | 0 | 0.68 | 0.06 | 0.87 | 305.22 | 0.51 | 0.09 |
| Hex | 22 | B | 20 | 0 | 44 | 6 | 57 | 131 | 33 | 9 |
| Octal | 42 | 13 | 40 | 0 | 104 | 6 | 127 | 461 | 63 | 11 |
| Binary | 100010 | 1011 | 100000 | 0 | 1000100 | 110 | 1010111 | 100110001 | 110011 | 1001 |
Color Harmonies of #220B20
Complementary color
Monochromatic Colors of #220B20
Black with #220B20
Text Example
Text Example
White with #220B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B20; }
p { color: rgb(34,11,32); }
H1.HeaderClassName
{
color: #220B20;
}
.AnyTagClassName
{
color: #220B20;
}
</style>
background-color css
<style>
a { background-color: #220B20; }
a { background-color: rgb(34,11,32); }
div.DivClassName
{
background-color: #220B20;
}
.BgClassName
{
background-color: #220B20;
}
</style>
border-color css
<style>
span { border-color: #220B20; }
span { border-color: rgb(34,11,32); }
td.TdClassName
{
border-color: #220B20;
}
.TagClassName
{
border-color: #220B20;
}
</style>