Shades of Mardi Gras #312533
Tints of Mardi Gras #312533
RGB
CMYK
RGB Variations
Color information
#312533 (or 0x312533) is known color: Mardi Gras. HEX triplet: 31, 25 and 33. RGB value is (49,37,51). Sum of RGB (Red+Green+Blue) = 49+37+51=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #312533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312533 is #CEDACC. Grayscale: #2A2A2A. Windows color (decimal): -13556429 or 3351857. OLE color: 3351857.
HSL color Cylindrical-coordinate representation of color #312533: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312533 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 37 | 51 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.8 |
| HSL | 291.43º | 0.16% | 0.17% | - |
| HSV(B) | 291.43º | 0.27% | 0.2% | - |
| XYZ | 2.53 | 2.22 | 3.43 | - |
| YUV | 42.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 51 | 0.04 | 0.27 | 0 | 0.8 | 291.43 | 0.16 | 0.17 |
| Hex | 31 | 25 | 33 | 4 | 1B | 0 | 50 | 123 | 10 | 11 |
| Octal | 61 | 45 | 63 | 4 | 33 | 0 | 120 | 443 | 20 | 21 |
| Binary | 110001 | 100101 | 110011 | 100 | 11011 | 0 | 1010000 | 100100011 | 10000 | 10001 |
Color Harmonies of #312533
Complementary color
Monochromatic Colors of #312533
Black with #312533
Text Example
Text Example
White with #312533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312533; }
p { color: rgb(49,37,51); }
H1.HeaderClassName
{
color: #312533;
}
.AnyTagClassName
{
color: #312533;
}
</style>
background-color css
<style>
a { background-color: #312533; }
a { background-color: rgb(49,37,51); }
div.DivClassName
{
background-color: #312533;
}
.BgClassName
{
background-color: #312533;
}
</style>
border-color css
<style>
span { border-color: #312533; }
span { border-color: rgb(49,37,51); }
td.TdClassName
{
border-color: #312533;
}
.TagClassName
{
border-color: #312533;
}
</style>