Shades of Mardi Gras #311332
Tints of Mardi Gras #311332
RGB
CMYK
RGB Variations
Color information
#311332 (or 0x311332) is known color: Mardi Gras. HEX triplet: 31, 13 and 32. RGB value is (49,19,50). Sum of RGB (Red+Green+Blue) = 49+19+50=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #311332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311332 is #CEECCD. Grayscale: #1F1F1F. Windows color (decimal): -13561038 or 3281713. OLE color: 3281713.
HSL color Cylindrical-coordinate representation of color #311332: hue angle of 298.06º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #311332 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 19 | 50 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.80 |
| HSL | 298.06º | 0.45% | 0.14% | - |
| HSV(B) | 298.06º | 0.62% | 0.2% | - |
| XYZ | 2.08 | 1.35 | 3.17 | - |
| YUV | 31.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 50 | 0.02 | 0.62 | 0 | 0.80 | 298.06 | 0.45 | 0.14 |
| Hex | 31 | 13 | 32 | 2 | 3E | 0 | 50 | 12A | 2D | E |
| Octal | 61 | 23 | 62 | 2 | 76 | 0 | 120 | 452 | 55 | 16 |
| Binary | 110001 | 10011 | 110010 | 10 | 111110 | 0 | 1010000 | 100101010 | 101101 | 1110 |
Color Harmonies of #311332
Complementary color
Monochromatic Colors of #311332
Black with #311332
Text Example
Text Example
White with #311332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311332; }
p { color: rgb(49,19,50); }
H1.HeaderClassName
{
color: #311332;
}
.AnyTagClassName
{
color: #311332;
}
</style>
background-color css
<style>
a { background-color: #311332; }
a { background-color: rgb(49,19,50); }
div.DivClassName
{
background-color: #311332;
}
.BgClassName
{
background-color: #311332;
}
</style>
border-color css
<style>
span { border-color: #311332; }
span { border-color: rgb(49,19,50); }
td.TdClassName
{
border-color: #311332;
}
.TagClassName
{
border-color: #311332;
}
</style>