Shades of Mardi Gras #220321
Tints of Mardi Gras #220321
RGB
CMYK
RGB Variations
Color information
#220321 (or 0x220321) is known color: Mardi Gras. HEX triplet: 22, 03 and 21. RGB value is (34,3,33). Sum of RGB (Red+Green+Blue) = 34+3+33=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #220321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220321 is #DDFCDE. Grayscale: #0F0F0F. Windows color (decimal): -14548191 or 2163490. OLE color: 2163490.
HSL color Cylindrical-coordinate representation of color #220321: hue angle of 301.94º 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 #220321 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 33 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.87 |
| HSL | 301.94º | 0.84% | 0.07% | - |
| HSV(B) | 301.94º | 0.91% | 0.13% | - |
| XYZ | 0.97 | 0.52 | 1.49 | - |
| YUV | 15.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 33 | 0 | 0.91 | 0.03 | 0.87 | 301.94 | 0.84 | 0.07 |
| Hex | 22 | 3 | 21 | 0 | 5B | 3 | 57 | 12E | 54 | 7 |
| Octal | 42 | 3 | 41 | 0 | 133 | 3 | 127 | 456 | 124 | 7 |
| Binary | 100010 | 11 | 100001 | 0 | 1011011 | 11 | 1010111 | 100101110 | 1010100 | 111 |
Color Harmonies of #220321
Complementary color
Monochromatic Colors of #220321
Black with #220321
Text Example
Text Example
White with #220321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220321; }
p { color: rgb(34,3,33); }
H1.HeaderClassName
{
color: #220321;
}
.AnyTagClassName
{
color: #220321;
}
</style>
background-color css
<style>
a { background-color: #220321; }
a { background-color: rgb(34,3,33); }
div.DivClassName
{
background-color: #220321;
}
.BgClassName
{
background-color: #220321;
}
</style>
border-color css
<style>
span { border-color: #220321; }
span { border-color: rgb(34,3,33); }
td.TdClassName
{
border-color: #220321;
}
.TagClassName
{
border-color: #220321;
}
</style>