Shades of Mardi Gras #322233
Tints of Mardi Gras #322233
RGB
CMYK
RGB Variations
Color information
#322233 (or 0x322233) is known color: Mardi Gras. HEX triplet: 32, 22 and 33. RGB value is (50,34,51). Sum of RGB (Red+Green+Blue) = 50+34+51=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: blue. Hex color #322233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322233 is #CDDDCC. Grayscale: #282828. Windows color (decimal): -13491661 or 3351090. OLE color: 3351090.
HSL color Cylindrical-coordinate representation of color #322233: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #322233 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 34 | 51 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.8 |
| HSL | 296.47º | 0.2% | 0.17% | - |
| HSV(B) | 296.47º | 0.33% | 0.2% | - |
| XYZ | 2.48 | 2.06 | 3.4 | - |
| YUV | 40.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 51 | 0.02 | 0.33 | 0 | 0.8 | 296.47 | 0.2 | 0.17 |
| Hex | 32 | 22 | 33 | 2 | 21 | 0 | 50 | 128 | 14 | 11 |
| Octal | 62 | 42 | 63 | 2 | 41 | 0 | 120 | 450 | 24 | 21 |
| Binary | 110010 | 100010 | 110011 | 10 | 100001 | 0 | 1010000 | 100101000 | 10100 | 10001 |
Color Harmonies of #322233
Complementary color
Monochromatic Colors of #322233
Black with #322233
Text Example
Text Example
White with #322233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322233; }
p { color: rgb(50,34,51); }
H1.HeaderClassName
{
color: #322233;
}
.AnyTagClassName
{
color: #322233;
}
</style>
background-color css
<style>
a { background-color: #322233; }
a { background-color: rgb(50,34,51); }
div.DivClassName
{
background-color: #322233;
}
.BgClassName
{
background-color: #322233;
}
</style>
border-color css
<style>
span { border-color: #322233; }
span { border-color: rgb(50,34,51); }
td.TdClassName
{
border-color: #322233;
}
.TagClassName
{
border-color: #322233;
}
</style>