Shades of Mardi Gras #31132F
Tints of Mardi Gras #31132F
RGB
CMYK
RGB Variations
Color information
#31132F (or 0x31132F) is known color: Mardi Gras. HEX triplet: 31, 13 and 2F. RGB value is (49,19,47). Sum of RGB (Red+Green+Blue) = 49+19+47=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31132F is #CEECD0. Grayscale: #1F1F1F. Windows color (decimal): -13561041 or 3085105. OLE color: 3085105.
HSL color Cylindrical-coordinate representation of color #31132F: hue angle of 304º 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 #31132F is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 47 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.81 |
| HSL | 304º | 0.44% | 0.13% | - |
| HSV(B) | 304º | 0.61% | 0.19% | - |
| XYZ | 2.01 | 1.32 | 2.84 | - |
| YUV | 31.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 47 | 0 | 0.61 | 0.04 | 0.81 | 304 | 0.44 | 0.13 |
| Hex | 31 | 13 | 2F | 0 | 3D | 4 | 51 | 130 | 2C | D |
| Octal | 61 | 23 | 57 | 0 | 75 | 4 | 121 | 460 | 54 | 15 |
| Binary | 110001 | 10011 | 101111 | 0 | 111101 | 100 | 1010001 | 100110000 | 101100 | 1101 |
Color Harmonies of #31132F
Complementary color
Monochromatic Colors of #31132F
Black with #31132F
Text Example
Text Example
White with #31132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31132F; }
p { color: rgb(49,19,47); }
H1.HeaderClassName
{
color: #31132F;
}
.AnyTagClassName
{
color: #31132F;
}
</style>
background-color css
<style>
a { background-color: #31132F; }
a { background-color: rgb(49,19,47); }
div.DivClassName
{
background-color: #31132F;
}
.BgClassName
{
background-color: #31132F;
}
</style>
border-color css
<style>
span { border-color: #31132F; }
span { border-color: rgb(49,19,47); }
td.TdClassName
{
border-color: #31132F;
}
.TagClassName
{
border-color: #31132F;
}
</style>