Shades of Mardi Gras #331232
Tints of Mardi Gras #331232
RGB
CMYK
RGB Variations
Color information
#331232 (or 0x331232) is known color: Mardi Gras. HEX triplet: 33, 12 and 32. RGB value is (51,18,50). Sum of RGB (Red+Green+Blue) = 51+18+50=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #331232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331232 is #CCEDCD. Grayscale: #1F1F1F. Windows color (decimal): -13430222 or 3281459. OLE color: 3281459.
HSL color Cylindrical-coordinate representation of color #331232: hue angle of 301.82º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331232 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 50 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.8 |
| HSL | 301.82º | 0.48% | 0.14% | - |
| HSV(B) | 301.82º | 0.65% | 0.2% | - |
| XYZ | 2.16 | 1.37 | 3.17 | - |
| YUV | 31.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 50 | 0 | 0.65 | 0.02 | 0.8 | 301.82 | 0.48 | 0.14 |
| Hex | 33 | 12 | 32 | 0 | 41 | 2 | 50 | 12E | 30 | E |
| Octal | 63 | 22 | 62 | 0 | 101 | 2 | 120 | 456 | 60 | 16 |
| Binary | 110011 | 10010 | 110010 | 0 | 1000001 | 10 | 1010000 | 100101110 | 110000 | 1110 |
Color Harmonies of #331232
Complementary color
Monochromatic Colors of #331232
Black with #331232
Text Example
Text Example
White with #331232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331232; }
p { color: rgb(51,18,50); }
H1.HeaderClassName
{
color: #331232;
}
.AnyTagClassName
{
color: #331232;
}
</style>
background-color css
<style>
a { background-color: #331232; }
a { background-color: rgb(51,18,50); }
div.DivClassName
{
background-color: #331232;
}
.BgClassName
{
background-color: #331232;
}
</style>
border-color css
<style>
span { border-color: #331232; }
span { border-color: rgb(51,18,50); }
td.TdClassName
{
border-color: #331232;
}
.TagClassName
{
border-color: #331232;
}
</style>