Shades of Mardi Gras #331E32
Tints of Mardi Gras #331E32
RGB
CMYK
RGB Variations
Color information
#331E32 (or 0x331E32) is known color: Mardi Gras. HEX triplet: 33, 1E and 32. RGB value is (51,30,50). Sum of RGB (Red+Green+Blue) = 51+30+50=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #331E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E32 is #CCE1CD. Grayscale: #262626. Windows color (decimal): -13427150 or 3284531. OLE color: 3284531.
HSL color Cylindrical-coordinate representation of color #331E32: hue angle of 302.86º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E32 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 30 | 50 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.8 |
| HSL | 302.86º | 0.26% | 0.16% | - |
| HSV(B) | 302.86º | 0.41% | 0.2% | - |
| XYZ | 2.41 | 1.86 | 3.25 | - |
| YUV | 38.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 50 | 0 | 0.41 | 0.02 | 0.8 | 302.86 | 0.26 | 0.16 |
| Hex | 33 | 1E | 32 | 0 | 29 | 2 | 50 | 12F | 1A | 10 |
| Octal | 63 | 36 | 62 | 0 | 51 | 2 | 120 | 457 | 32 | 20 |
| Binary | 110011 | 11110 | 110010 | 0 | 101001 | 10 | 1010000 | 100101111 | 11010 | 10000 |
Color Harmonies of #331E32
Complementary color
Monochromatic Colors of #331E32
Black with #331E32
Text Example
Text Example
White with #331E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E32; }
p { color: rgb(51,30,50); }
H1.HeaderClassName
{
color: #331E32;
}
.AnyTagClassName
{
color: #331E32;
}
</style>
background-color css
<style>
a { background-color: #331E32; }
a { background-color: rgb(51,30,50); }
div.DivClassName
{
background-color: #331E32;
}
.BgClassName
{
background-color: #331E32;
}
</style>
border-color css
<style>
span { border-color: #331E32; }
span { border-color: rgb(51,30,50); }
td.TdClassName
{
border-color: #331E32;
}
.TagClassName
{
border-color: #331E32;
}
</style>