Shades of Mardi Gras #312033
Tints of Mardi Gras #312033
RGB
CMYK
RGB Variations
Color information
#312033 (or 0x312033) is known color: Mardi Gras. HEX triplet: 31, 20 and 33. RGB value is (49,32,51). Sum of RGB (Red+Green+Blue) = 49+32+51=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 51 - color contains mainly: blue. Hex color #312033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312033 is #CEDFCC. Grayscale: #272727. Windows color (decimal): -13557709 or 3350577. OLE color: 3350577.
HSL color Cylindrical-coordinate representation of color #312033: hue angle of 293.68º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #312033 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 32 | 51 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.8 |
| HSL | 293.68º | 0.23% | 0.16% | - |
| HSV(B) | 293.68º | 0.37% | 0.2% | - |
| XYZ | 2.38 | 1.93 | 3.38 | - |
| YUV | 39.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 51 | 0.04 | 0.37 | 0 | 0.8 | 293.68 | 0.23 | 0.16 |
| Hex | 31 | 20 | 33 | 4 | 25 | 0 | 50 | 126 | 17 | 10 |
| Octal | 61 | 40 | 63 | 4 | 45 | 0 | 120 | 446 | 27 | 20 |
| Binary | 110001 | 100000 | 110011 | 100 | 100101 | 0 | 1010000 | 100100110 | 10111 | 10000 |
Color Harmonies of #312033
Complementary color
Monochromatic Colors of #312033
Black with #312033
Text Example
Text Example
White with #312033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312033; }
p { color: rgb(49,32,51); }
H1.HeaderClassName
{
color: #312033;
}
.AnyTagClassName
{
color: #312033;
}
</style>
background-color css
<style>
a { background-color: #312033; }
a { background-color: rgb(49,32,51); }
div.DivClassName
{
background-color: #312033;
}
.BgClassName
{
background-color: #312033;
}
</style>
border-color css
<style>
span { border-color: #312033; }
span { border-color: rgb(49,32,51); }
td.TdClassName
{
border-color: #312033;
}
.TagClassName
{
border-color: #312033;
}
</style>