Shades of Mardi Gras #31172F
Tints of Mardi Gras #31172F
RGB
CMYK
RGB Variations
Color information
#31172F (or 0x31172F) is known color: Mardi Gras. HEX triplet: 31, 17 and 2F. RGB value is (49,23,47). Sum of RGB (Red+Green+Blue) = 49+23+47=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #31172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172F is #CEE8D0. Grayscale: #212121. Windows color (decimal): -13560017 or 3086129. OLE color: 3086129.
HSL color Cylindrical-coordinate representation of color #31172F: hue angle of 304.62º 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 #31172F is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 47 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.81 |
| HSL | 304.62º | 0.36% | 0.14% | - |
| HSV(B) | 304.62º | 0.53% | 0.19% | - |
| XYZ | 2.09 | 1.47 | 2.86 | - |
| YUV | 33.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 47 | 0 | 0.53 | 0.04 | 0.81 | 304.62 | 0.36 | 0.14 |
| Hex | 31 | 17 | 2F | 0 | 35 | 4 | 51 | 131 | 24 | E |
| Octal | 61 | 27 | 57 | 0 | 65 | 4 | 121 | 461 | 44 | 16 |
| Binary | 110001 | 10111 | 101111 | 0 | 110101 | 100 | 1010001 | 100110001 | 100100 | 1110 |
Color Harmonies of #31172F
Complementary color
Monochromatic Colors of #31172F
Black with #31172F
Text Example
Text Example
White with #31172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31172F; }
p { color: rgb(49,23,47); }
H1.HeaderClassName
{
color: #31172F;
}
.AnyTagClassName
{
color: #31172F;
}
</style>
background-color css
<style>
a { background-color: #31172F; }
a { background-color: rgb(49,23,47); }
div.DivClassName
{
background-color: #31172F;
}
.BgClassName
{
background-color: #31172F;
}
</style>
border-color css
<style>
span { border-color: #31172F; }
span { border-color: rgb(49,23,47); }
td.TdClassName
{
border-color: #31172F;
}
.TagClassName
{
border-color: #31172F;
}
</style>