Shades of Mardi Gras #31162F
Tints of Mardi Gras #31162F
RGB
CMYK
RGB Variations
Color information
#31162F (or 0x31162F) is known color: Mardi Gras. HEX triplet: 31, 16 and 2F. RGB value is (49,22,47). Sum of RGB (Red+Green+Blue) = 49+22+47=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #31162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31162F is #CEE9D0. Grayscale: #202020. Windows color (decimal): -13560273 or 3085873. OLE color: 3085873.
HSL color Cylindrical-coordinate representation of color #31162F: hue angle of 304.44º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31162F is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 22 | 47 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.81 |
| HSL | 304.44º | 0.38% | 0.14% | - |
| HSV(B) | 304.44º | 0.55% | 0.19% | - |
| XYZ | 2.07 | 1.43 | 2.86 | - |
| YUV | 32.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 47 | 0 | 0.55 | 0.04 | 0.81 | 304.44 | 0.38 | 0.14 |
| Hex | 31 | 16 | 2F | 0 | 37 | 4 | 51 | 130 | 26 | E |
| Octal | 61 | 26 | 57 | 0 | 67 | 4 | 121 | 460 | 46 | 16 |
| Binary | 110001 | 10110 | 101111 | 0 | 110111 | 100 | 1010001 | 100110000 | 100110 | 1110 |
Color Harmonies of #31162F
Complementary color
Monochromatic Colors of #31162F
Black with #31162F
Text Example
Text Example
White with #31162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31162F; }
p { color: rgb(49,22,47); }
H1.HeaderClassName
{
color: #31162F;
}
.AnyTagClassName
{
color: #31162F;
}
</style>
background-color css
<style>
a { background-color: #31162F; }
a { background-color: rgb(49,22,47); }
div.DivClassName
{
background-color: #31162F;
}
.BgClassName
{
background-color: #31162F;
}
</style>
border-color css
<style>
span { border-color: #31162F; }
span { border-color: rgb(49,22,47); }
td.TdClassName
{
border-color: #31162F;
}
.TagClassName
{
border-color: #31162F;
}
</style>