Shades of Mardi Gras #31132C
Tints of Mardi Gras #31132C
RGB
CMYK
RGB Variations
Color information
#31132C (or 0x31132C) is known color: Mardi Gras. HEX triplet: 31, 13 and 2C. RGB value is (49,19,44). Sum of RGB (Red+Green+Blue) = 49+19+44=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31132C is #CEECD3. Grayscale: #1E1E1E. Windows color (decimal): -13561044 or 2888497. OLE color: 2888497.
HSL color Cylindrical-coordinate representation of color #31132C: hue angle of 310º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31132C is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 44 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.81 |
| HSL | 310º | 0.44% | 0.13% | - |
| HSV(B) | 310º | 0.61% | 0.19% | - |
| XYZ | 1.95 | 1.3 | 2.53 | - |
| YUV | 30.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 44 | 0 | 0.61 | 0.10 | 0.81 | 310 | 0.44 | 0.13 |
| Hex | 31 | 13 | 2C | 0 | 3D | A | 51 | 136 | 2C | D |
| Octal | 61 | 23 | 54 | 0 | 75 | 12 | 121 | 466 | 54 | 15 |
| Binary | 110001 | 10011 | 101100 | 0 | 111101 | 1010 | 1010001 | 100110110 | 101100 | 1101 |
Color Harmonies of #31132C
Complementary color
Monochromatic Colors of #31132C
Black with #31132C
Text Example
Text Example
White with #31132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31132C; }
p { color: rgb(49,19,44); }
H1.HeaderClassName
{
color: #31132C;
}
.AnyTagClassName
{
color: #31132C;
}
</style>
background-color css
<style>
a { background-color: #31132C; }
a { background-color: rgb(49,19,44); }
div.DivClassName
{
background-color: #31132C;
}
.BgClassName
{
background-color: #31132C;
}
</style>
border-color css
<style>
span { border-color: #31132C; }
span { border-color: rgb(49,19,44); }
td.TdClassName
{
border-color: #31132C;
}
.TagClassName
{
border-color: #31132C;
}
</style>