Shades of Mardi Gras #31122E
Tints of Mardi Gras #31122E
RGB
CMYK
RGB Variations
Color information
#31122E (or 0x31122E) is known color: Mardi Gras. HEX triplet: 31, 12 and 2E. RGB value is (49,18,46). Sum of RGB (Red+Green+Blue) = 49+18+46=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #31122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31122E is #CEEDD1. Grayscale: #1E1E1E. Windows color (decimal): -13561298 or 3019313. OLE color: 3019313.
HSL color Cylindrical-coordinate representation of color #31122E: hue angle of 305.81º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31122E is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 46 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.81 |
| HSL | 305.81º | 0.46% | 0.13% | - |
| HSV(B) | 305.81º | 0.63% | 0.19% | - |
| XYZ | 1.98 | 1.28 | 2.73 | - |
| YUV | 30.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 46 | 0 | 0.63 | 0.06 | 0.81 | 305.81 | 0.46 | 0.13 |
| Hex | 31 | 12 | 2E | 0 | 3F | 6 | 51 | 132 | 2E | D |
| Octal | 61 | 22 | 56 | 0 | 77 | 6 | 121 | 462 | 56 | 15 |
| Binary | 110001 | 10010 | 101110 | 0 | 111111 | 110 | 1010001 | 100110010 | 101110 | 1101 |
Color Harmonies of #31122E
Complementary color
Monochromatic Colors of #31122E
Black with #31122E
Text Example
Text Example
White with #31122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31122E; }
p { color: rgb(49,18,46); }
H1.HeaderClassName
{
color: #31122E;
}
.AnyTagClassName
{
color: #31122E;
}
</style>
background-color css
<style>
a { background-color: #31122E; }
a { background-color: rgb(49,18,46); }
div.DivClassName
{
background-color: #31122E;
}
.BgClassName
{
background-color: #31122E;
}
</style>
border-color css
<style>
span { border-color: #31122E; }
span { border-color: rgb(49,18,46); }
td.TdClassName
{
border-color: #31122E;
}
.TagClassName
{
border-color: #31122E;
}
</style>