Shades of Mardi Gras #322332
Tints of Mardi Gras #322332
RGB
CMYK
RGB Variations
Color information
#322332 (or 0x322332) is known color: Mardi Gras. HEX triplet: 32, 23 and 32. RGB value is (50,35,50). Sum of RGB (Red+Green+Blue) = 50+35+50=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #322332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322332 is #CDDCCD. Grayscale: #292929. Windows color (decimal): -13491406 or 3285810. OLE color: 3285810.
HSL color Cylindrical-coordinate representation of color #322332: hue angle of 300º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322332 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 50 | - |
| CMYK | 0 | 0.30 | 0 | 0.80 |
| HSL | 300º | 0.18% | 0.17% | - |
| HSV(B) | 300º | 0.3% | 0.2% | - |
| XYZ | 2.49 | 2.11 | 3.29 | - |
| YUV | 41.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 50 | 0 | 0.30 | 0 | 0.80 | 300 | 0.18 | 0.17 |
| Hex | 32 | 23 | 32 | 0 | 1E | 0 | 50 | 12C | 12 | 11 |
| Octal | 62 | 43 | 62 | 0 | 36 | 0 | 120 | 454 | 22 | 21 |
| Binary | 110010 | 100011 | 110010 | 0 | 11110 | 0 | 1010000 | 100101100 | 10010 | 10001 |
Color Harmonies of #322332
Complementary color
Monochromatic Colors of #322332
Black with #322332
Text Example
Text Example
White with #322332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322332; }
p { color: rgb(50,35,50); }
H1.HeaderClassName
{
color: #322332;
}
.AnyTagClassName
{
color: #322332;
}
</style>
background-color css
<style>
a { background-color: #322332; }
a { background-color: rgb(50,35,50); }
div.DivClassName
{
background-color: #322332;
}
.BgClassName
{
background-color: #322332;
}
</style>
border-color css
<style>
span { border-color: #322332; }
span { border-color: rgb(50,35,50); }
td.TdClassName
{
border-color: #322332;
}
.TagClassName
{
border-color: #322332;
}
</style>