Shades of Mardi Gras #311132
Tints of Mardi Gras #311132
RGB
CMYK
RGB Variations
Color information
#311132 (or 0x311132) is known color: Mardi Gras. HEX triplet: 31, 11 and 32. RGB value is (49,17,50). Sum of RGB (Red+Green+Blue) = 49+17+50=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #311132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311132 is #CEEECD. Grayscale: #1E1E1E. Windows color (decimal): -13561550 or 3281201. OLE color: 3281201.
HSL color Cylindrical-coordinate representation of color #311132: hue angle of 298.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311132 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 17 | 50 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.80 |
| HSL | 298.18º | 0.49% | 0.13% | - |
| HSV(B) | 298.18º | 0.66% | 0.2% | - |
| XYZ | 2.04 | 1.28 | 3.16 | - |
| YUV | 30.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 50 | 0.02 | 0.66 | 0 | 0.80 | 298.18 | 0.49 | 0.13 |
| Hex | 31 | 11 | 32 | 2 | 42 | 0 | 50 | 12A | 31 | D |
| Octal | 61 | 21 | 62 | 2 | 102 | 0 | 120 | 452 | 61 | 15 |
| Binary | 110001 | 10001 | 110010 | 10 | 1000010 | 0 | 1010000 | 100101010 | 110001 | 1101 |
Color Harmonies of #311132
Complementary color
Monochromatic Colors of #311132
Black with #311132
Text Example
Text Example
White with #311132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311132; }
p { color: rgb(49,17,50); }
H1.HeaderClassName
{
color: #311132;
}
.AnyTagClassName
{
color: #311132;
}
</style>
background-color css
<style>
a { background-color: #311132; }
a { background-color: rgb(49,17,50); }
div.DivClassName
{
background-color: #311132;
}
.BgClassName
{
background-color: #311132;
}
</style>
border-color css
<style>
span { border-color: #311132; }
span { border-color: rgb(49,17,50); }
td.TdClassName
{
border-color: #311132;
}
.TagClassName
{
border-color: #311132;
}
</style>