Shades of Mardi Gras #312332
Tints of Mardi Gras #312332
RGB
CMYK
RGB Variations
Color information
#312332 (or 0x312332) is known color: Mardi Gras. HEX triplet: 31, 23 and 32. RGB value is (49,35,50). Sum of RGB (Red+Green+Blue) = 49+35+50=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #312332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312332 is #CEDCCD. Grayscale: #282828. Windows color (decimal): -13556942 or 3285809. OLE color: 3285809.
HSL color Cylindrical-coordinate representation of color #312332: hue angle of 296º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312332 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 35 | 50 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.80 |
| HSL | 296º | 0.18% | 0.17% | - |
| HSV(B) | 296º | 0.3% | 0.2% | - |
| XYZ | 2.44 | 2.09 | 3.29 | - |
| YUV | 40.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 50 | 0.02 | 0.30 | 0 | 0.80 | 296 | 0.18 | 0.17 |
| Hex | 31 | 23 | 32 | 2 | 1E | 0 | 50 | 128 | 12 | 11 |
| Octal | 61 | 43 | 62 | 2 | 36 | 0 | 120 | 450 | 22 | 21 |
| Binary | 110001 | 100011 | 110010 | 10 | 11110 | 0 | 1010000 | 100101000 | 10010 | 10001 |
Color Harmonies of #312332
Complementary color
Monochromatic Colors of #312332
Black with #312332
Text Example
Text Example
White with #312332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312332; }
p { color: rgb(49,35,50); }
H1.HeaderClassName
{
color: #312332;
}
.AnyTagClassName
{
color: #312332;
}
</style>
background-color css
<style>
a { background-color: #312332; }
a { background-color: rgb(49,35,50); }
div.DivClassName
{
background-color: #312332;
}
.BgClassName
{
background-color: #312332;
}
</style>
border-color css
<style>
span { border-color: #312332; }
span { border-color: rgb(49,35,50); }
td.TdClassName
{
border-color: #312332;
}
.TagClassName
{
border-color: #312332;
}
</style>