Shades of Mardi Gras #312032
Tints of Mardi Gras #312032
RGB
CMYK
RGB Variations
Color information
#312032 (or 0x312032) is known color: Mardi Gras. HEX triplet: 31, 20 and 32. RGB value is (49,32,50). Sum of RGB (Red+Green+Blue) = 49+32+50=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #312032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312032 is #CEDFCD. Grayscale: #272727. Windows color (decimal): -13557710 or 3285041. OLE color: 3285041.
HSL color Cylindrical-coordinate representation of color #312032: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #312032 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 32 | 50 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.80 |
| HSL | 296.67º | 0.22% | 0.16% | - |
| HSV(B) | 296.67º | 0.36% | 0.2% | - |
| XYZ | 2.36 | 1.92 | 3.26 | - |
| YUV | 39.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 50 | 0.02 | 0.36 | 0 | 0.80 | 296.67 | 0.22 | 0.16 |
| Hex | 31 | 20 | 32 | 2 | 24 | 0 | 50 | 129 | 16 | 10 |
| Octal | 61 | 40 | 62 | 2 | 44 | 0 | 120 | 451 | 26 | 20 |
| Binary | 110001 | 100000 | 110010 | 10 | 100100 | 0 | 1010000 | 100101001 | 10110 | 10000 |
Color Harmonies of #312032
Complementary color
Monochromatic Colors of #312032
Black with #312032
Text Example
Text Example
White with #312032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312032; }
p { color: rgb(49,32,50); }
H1.HeaderClassName
{
color: #312032;
}
.AnyTagClassName
{
color: #312032;
}
</style>
background-color css
<style>
a { background-color: #312032; }
a { background-color: rgb(49,32,50); }
div.DivClassName
{
background-color: #312032;
}
.BgClassName
{
background-color: #312032;
}
</style>
border-color css
<style>
span { border-color: #312032; }
span { border-color: rgb(49,32,50); }
td.TdClassName
{
border-color: #312032;
}
.TagClassName
{
border-color: #312032;
}
</style>