Shades of Mardi Gras #320031
Tints of Mardi Gras #320031
RGB
CMYK
RGB Variations
Color information
#320031 (or 0x320031) is known color: Mardi Gras. HEX triplet: 32, 00 and 31. RGB value is (50,0,49). Sum of RGB (Red+Green+Blue) = 50+0+49=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320031 is #CDFFCE. Grayscale: #141414. Windows color (decimal): -13500367 or 3211314. OLE color: 3211314.
HSL color Cylindrical-coordinate representation of color #320031: hue angle of 301.2º 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 #320031 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.02 | 0.80 |
| HSL | 301.2º | 1% | 0.1% | - |
| HSV(B) | 301.2º | 1% | 0.2% | - |
| XYZ | 1.87 | 0.9 | 2.98 | - |
| YUV | 20.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 49 | 0 | 1 | 0.02 | 0.80 | 301.2 | 1 | 0.1 |
| Hex | 32 | 0 | 31 | 0 | 64 | 2 | 50 | 12D | 64 | A |
| Octal | 62 | 0 | 61 | 0 | 144 | 2 | 120 | 455 | 144 | 12 |
| Binary | 110010 | 0 | 110001 | 0 | 1100100 | 10 | 1010000 | 100101101 | 1100100 | 1010 |
Color Harmonies of #320031
Complementary color
Monochromatic Colors of #320031
Black with #320031
Text Example
Text Example
White with #320031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320031; }
p { color: rgb(50,0,49); }
H1.HeaderClassName
{
color: #320031;
}
.AnyTagClassName
{
color: #320031;
}
</style>
background-color css
<style>
a { background-color: #320031; }
a { background-color: rgb(50,0,49); }
div.DivClassName
{
background-color: #320031;
}
.BgClassName
{
background-color: #320031;
}
</style>
border-color css
<style>
span { border-color: #320031; }
span { border-color: rgb(50,0,49); }
td.TdClassName
{
border-color: #320031;
}
.TagClassName
{
border-color: #320031;
}
</style>