Shades of Mardi Gras #320033
Tints of Mardi Gras #320033
RGB
CMYK
RGB Variations
Color information
#320033 (or 0x320033) is known color: Mardi Gras. HEX triplet: 32, 00 and 33. RGB value is (50,0,51). Sum of RGB (Red+Green+Blue) = 50+0+51=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #320033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320033 is #CDFFCC. Grayscale: #141414. Windows color (decimal): -13500365 or 3342386. OLE color: 3342386.
HSL color Cylindrical-coordinate representation of color #320033: hue angle of 298.82º 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 #320033 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 0 | 51 | - |
| CMYK | 0.02 | 1 | 0 | 0.8 |
| HSL | 298.82º | 1% | 0.1% | - |
| HSV(B) | 298.82º | 1% | 0.2% | - |
| XYZ | 1.91 | 0.92 | 3.21 | - |
| YUV | 20.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 51 | 0.02 | 1 | 0 | 0.8 | 298.82 | 1 | 0.1 |
| Hex | 32 | 0 | 33 | 2 | 64 | 0 | 50 | 12B | 64 | A |
| Octal | 62 | 0 | 63 | 2 | 144 | 0 | 120 | 453 | 144 | 12 |
| Binary | 110010 | 0 | 110011 | 10 | 1100100 | 0 | 1010000 | 100101011 | 1100100 | 1010 |
Color Harmonies of #320033
Complementary color
Monochromatic Colors of #320033
Black with #320033
Text Example
Text Example
White with #320033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320033; }
p { color: rgb(50,0,51); }
H1.HeaderClassName
{
color: #320033;
}
.AnyTagClassName
{
color: #320033;
}
</style>
background-color css
<style>
a { background-color: #320033; }
a { background-color: rgb(50,0,51); }
div.DivClassName
{
background-color: #320033;
}
.BgClassName
{
background-color: #320033;
}
</style>
border-color css
<style>
span { border-color: #320033; }
span { border-color: rgb(50,0,51); }
td.TdClassName
{
border-color: #320033;
}
.TagClassName
{
border-color: #320033;
}
</style>