Shades of Mardi Gras #31132D
Tints of Mardi Gras #31132D
RGB
CMYK
RGB Variations
Color information
#31132D (or 0x31132D) is known color: Mardi Gras. HEX triplet: 31, 13 and 2D. RGB value is (49,19,45). Sum of RGB (Red+Green+Blue) = 49+19+45=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #31132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31132D is #CEECD2. Grayscale: #1E1E1E. Windows color (decimal): -13561043 or 2954033. OLE color: 2954033.
HSL color Cylindrical-coordinate representation of color #31132D: hue angle of 308º 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 #31132D is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 45 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.81 |
| HSL | 308º | 0.44% | 0.13% | - |
| HSV(B) | 308º | 0.61% | 0.19% | - |
| XYZ | 1.97 | 1.31 | 2.63 | - |
| YUV | 30.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 45 | 0 | 0.61 | 0.08 | 0.81 | 308 | 0.44 | 0.13 |
| Hex | 31 | 13 | 2D | 0 | 3D | 8 | 51 | 134 | 2C | D |
| Octal | 61 | 23 | 55 | 0 | 75 | 10 | 121 | 464 | 54 | 15 |
| Binary | 110001 | 10011 | 101101 | 0 | 111101 | 1000 | 1010001 | 100110100 | 101100 | 1101 |
Color Harmonies of #31132D
Complementary color
Monochromatic Colors of #31132D
Black with #31132D
Text Example
Text Example
White with #31132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31132D; }
p { color: rgb(49,19,45); }
H1.HeaderClassName
{
color: #31132D;
}
.AnyTagClassName
{
color: #31132D;
}
</style>
background-color css
<style>
a { background-color: #31132D; }
a { background-color: rgb(49,19,45); }
div.DivClassName
{
background-color: #31132D;
}
.BgClassName
{
background-color: #31132D;
}
</style>
border-color css
<style>
span { border-color: #31132D; }
span { border-color: rgb(49,19,45); }
td.TdClassName
{
border-color: #31132D;
}
.TagClassName
{
border-color: #31132D;
}
</style>