Shades of Mardi Gras #31112E
Tints of Mardi Gras #31112E
RGB
CMYK
RGB Variations
Color information
#31112E (or 0x31112E) is known color: Mardi Gras. HEX triplet: 31, 11 and 2E. RGB value is (49,17,46). Sum of RGB (Red+Green+Blue) = 49+17+46=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31112E is #CEEED1. Grayscale: #1D1D1D. Windows color (decimal): -13561554 or 3019057. OLE color: 3019057.
HSL color Cylindrical-coordinate representation of color #31112E: hue angle of 305.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31112E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 17 | 46 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.81 |
| HSL | 305.63º | 0.48% | 0.13% | - |
| HSV(B) | 305.63º | 0.65% | 0.19% | - |
| XYZ | 1.96 | 1.25 | 2.72 | - |
| YUV | 29.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 46 | 0 | 0.65 | 0.06 | 0.81 | 305.63 | 0.48 | 0.13 |
| Hex | 31 | 11 | 2E | 0 | 41 | 6 | 51 | 132 | 30 | D |
| Octal | 61 | 21 | 56 | 0 | 101 | 6 | 121 | 462 | 60 | 15 |
| Binary | 110001 | 10001 | 101110 | 0 | 1000001 | 110 | 1010001 | 100110010 | 110000 | 1101 |
Color Harmonies of #31112E
Complementary color
Monochromatic Colors of #31112E
Black with #31112E
Text Example
Text Example
White with #31112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31112E; }
p { color: rgb(49,17,46); }
H1.HeaderClassName
{
color: #31112E;
}
.AnyTagClassName
{
color: #31112E;
}
</style>
background-color css
<style>
a { background-color: #31112E; }
a { background-color: rgb(49,17,46); }
div.DivClassName
{
background-color: #31112E;
}
.BgClassName
{
background-color: #31112E;
}
</style>
border-color css
<style>
span { border-color: #31112E; }
span { border-color: rgb(49,17,46); }
td.TdClassName
{
border-color: #31112E;
}
.TagClassName
{
border-color: #31112E;
}
</style>