Shades of Mardi Gras #320032
Tints of Mardi Gras #320032
RGB
CMYK
RGB Variations
Color information
#320032 (or 0x320032) is known color: Mardi Gras. HEX triplet: 32, 00 and 32. RGB value is (50,0,50). Sum of RGB (Red+Green+Blue) = 50+0+50=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #320032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320032 is #CDFFCD. Grayscale: #141414. Windows color (decimal): -13500366 or 3276850. OLE color: 3276850.
HSL color Cylindrical-coordinate representation of color #320032: hue angle of 300º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320032 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 50 | - |
| CMYK | 0 | 1 | 0 | 0.80 |
| HSL | 300º | 1% | 0.1% | - |
| HSV(B) | 300º | 1% | 0.2% | - |
| XYZ | 1.89 | 0.91 | 3.09 | - |
| YUV | 20.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 50 | 0 | 1 | 0 | 0.80 | 300 | 1 | 0.1 |
| Hex | 32 | 0 | 32 | 0 | 64 | 0 | 50 | 12C | 64 | A |
| Octal | 62 | 0 | 62 | 0 | 144 | 0 | 120 | 454 | 144 | 12 |
| Binary | 110010 | 0 | 110010 | 0 | 1100100 | 0 | 1010000 | 100101100 | 1100100 | 1010 |
Color Harmonies of #320032
Complementary color
Monochromatic Colors of #320032
Black with #320032
Text Example
Text Example
White with #320032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320032; }
p { color: rgb(50,0,50); }
H1.HeaderClassName
{
color: #320032;
}
.AnyTagClassName
{
color: #320032;
}
</style>
background-color css
<style>
a { background-color: #320032; }
a { background-color: rgb(50,0,50); }
div.DivClassName
{
background-color: #320032;
}
.BgClassName
{
background-color: #320032;
}
</style>
border-color css
<style>
span { border-color: #320032; }
span { border-color: rgb(50,0,50); }
td.TdClassName
{
border-color: #320032;
}
.TagClassName
{
border-color: #320032;
}
</style>