Shades of Mardi Gras #331D32
Tints of Mardi Gras #331D32
RGB
CMYK
RGB Variations
Color information
#331D32 (or 0x331D32) is known color: Mardi Gras. HEX triplet: 33, 1D and 32. RGB value is (51,29,50). Sum of RGB (Red+Green+Blue) = 51+29+50=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #331D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D32 is #CCE2CD. Grayscale: #252525. Windows color (decimal): -13427406 or 3284275. OLE color: 3284275.
HSL color Cylindrical-coordinate representation of color #331D32: hue angle of 302.73º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #331D32 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 29 | 50 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.8 |
| HSL | 302.73º | 0.28% | 0.16% | - |
| HSV(B) | 302.73º | 0.43% | 0.2% | - |
| XYZ | 2.38 | 1.81 | 3.24 | - |
| YUV | 37.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 50 | 0 | 0.43 | 0.02 | 0.8 | 302.73 | 0.28 | 0.16 |
| Hex | 33 | 1D | 32 | 0 | 2B | 2 | 50 | 12F | 1C | 10 |
| Octal | 63 | 35 | 62 | 0 | 53 | 2 | 120 | 457 | 34 | 20 |
| Binary | 110011 | 11101 | 110010 | 0 | 101011 | 10 | 1010000 | 100101111 | 11100 | 10000 |
Color Harmonies of #331D32
Complementary color
Monochromatic Colors of #331D32
Black with #331D32
Text Example
Text Example
White with #331D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331D32; }
p { color: rgb(51,29,50); }
H1.HeaderClassName
{
color: #331D32;
}
.AnyTagClassName
{
color: #331D32;
}
</style>
background-color css
<style>
a { background-color: #331D32; }
a { background-color: rgb(51,29,50); }
div.DivClassName
{
background-color: #331D32;
}
.BgClassName
{
background-color: #331D32;
}
</style>
border-color css
<style>
span { border-color: #331D32; }
span { border-color: rgb(51,29,50); }
td.TdClassName
{
border-color: #331D32;
}
.TagClassName
{
border-color: #331D32;
}
</style>