Shades of Mardi Gras #331932
Tints of Mardi Gras #331932
RGB
CMYK
RGB Variations
Color information
#331932 (or 0x331932) is known color: Mardi Gras. HEX triplet: 33, 19 and 32. RGB value is (51,25,50). Sum of RGB (Red+Green+Blue) = 51+25+50=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #331932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331932 is #CCE6CD. Grayscale: #232323. Windows color (decimal): -13428430 or 3283251. OLE color: 3283251.
HSL color Cylindrical-coordinate representation of color #331932: hue angle of 302.31º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #331932 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 25 | 50 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.8 |
| HSL | 302.31º | 0.34% | 0.15% | - |
| HSV(B) | 302.31º | 0.51% | 0.2% | - |
| XYZ | 2.29 | 1.63 | 3.21 | - |
| YUV | 35.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 50 | 0 | 0.51 | 0.02 | 0.8 | 302.31 | 0.34 | 0.15 |
| Hex | 33 | 19 | 32 | 0 | 33 | 2 | 50 | 12E | 22 | F |
| Octal | 63 | 31 | 62 | 0 | 63 | 2 | 120 | 456 | 42 | 17 |
| Binary | 110011 | 11001 | 110010 | 0 | 110011 | 10 | 1010000 | 100101110 | 100010 | 1111 |
Color Harmonies of #331932
Complementary color
Monochromatic Colors of #331932
Black with #331932
Text Example
Text Example
White with #331932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331932; }
p { color: rgb(51,25,50); }
H1.HeaderClassName
{
color: #331932;
}
.AnyTagClassName
{
color: #331932;
}
</style>
background-color css
<style>
a { background-color: #331932; }
a { background-color: rgb(51,25,50); }
div.DivClassName
{
background-color: #331932;
}
.BgClassName
{
background-color: #331932;
}
</style>
border-color css
<style>
span { border-color: #331932; }
span { border-color: rgb(51,25,50); }
td.TdClassName
{
border-color: #331932;
}
.TagClassName
{
border-color: #331932;
}
</style>