Shades of Mardi Gras #31172E
Tints of Mardi Gras #31172E
RGB
CMYK
RGB Variations
Color information
#31172E (or 0x31172E) is known color: Mardi Gras. HEX triplet: 31, 17 and 2E. RGB value is (49,23,46). Sum of RGB (Red+Green+Blue) = 49+23+46=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #31172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172E is #CEE8D1. Grayscale: #212121. Windows color (decimal): -13560018 or 3020593. OLE color: 3020593.
HSL color Cylindrical-coordinate representation of color #31172E: hue angle of 306.92º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31172E is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 46 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.81 |
| HSL | 306.92º | 0.36% | 0.14% | - |
| HSV(B) | 306.92º | 0.53% | 0.19% | - |
| XYZ | 2.07 | 1.46 | 2.76 | - |
| YUV | 33.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 46 | 0 | 0.53 | 0.06 | 0.81 | 306.92 | 0.36 | 0.14 |
| Hex | 31 | 17 | 2E | 0 | 35 | 6 | 51 | 133 | 24 | E |
| Octal | 61 | 27 | 56 | 0 | 65 | 6 | 121 | 463 | 44 | 16 |
| Binary | 110001 | 10111 | 101110 | 0 | 110101 | 110 | 1010001 | 100110011 | 100100 | 1110 |
Color Harmonies of #31172E
Complementary color
Monochromatic Colors of #31172E
Black with #31172E
Text Example
Text Example
White with #31172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31172E; }
p { color: rgb(49,23,46); }
H1.HeaderClassName
{
color: #31172E;
}
.AnyTagClassName
{
color: #31172E;
}
</style>
background-color css
<style>
a { background-color: #31172E; }
a { background-color: rgb(49,23,46); }
div.DivClassName
{
background-color: #31172E;
}
.BgClassName
{
background-color: #31172E;
}
</style>
border-color css
<style>
span { border-color: #31172E; }
span { border-color: rgb(49,23,46); }
td.TdClassName
{
border-color: #31172E;
}
.TagClassName
{
border-color: #31172E;
}
</style>