Shades of Mardi Gras #312034
Tints of Mardi Gras #312034
RGB
CMYK
RGB Variations
Color information
#312034 (or 0x312034) is known color: Mardi Gras. HEX triplet: 31, 20 and 34. RGB value is (49,32,52). Sum of RGB (Red+Green+Blue) = 49+32+52=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #312034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312034 is #CEDFCB. Grayscale: #272727. Windows color (decimal): -13557708 or 3416113. OLE color: 3416113.
HSL color Cylindrical-coordinate representation of color #312034: hue angle of 291º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #312034 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 32 | 52 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.80 |
| HSL | 291º | 0.24% | 0.16% | - |
| HSV(B) | 291º | 0.38% | 0.2% | - |
| XYZ | 2.4 | 1.93 | 3.5 | - |
| YUV | 39.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 52 | 0.06 | 0.38 | 0 | 0.80 | 291 | 0.24 | 0.16 |
| Hex | 31 | 20 | 34 | 6 | 26 | 0 | 50 | 123 | 18 | 10 |
| Octal | 61 | 40 | 64 | 6 | 46 | 0 | 120 | 443 | 30 | 20 |
| Binary | 110001 | 100000 | 110100 | 110 | 100110 | 0 | 1010000 | 100100011 | 11000 | 10000 |
Color Harmonies of #312034
Complementary color
Monochromatic Colors of #312034
Black with #312034
Text Example
Text Example
White with #312034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312034; }
p { color: rgb(49,32,52); }
H1.HeaderClassName
{
color: #312034;
}
.AnyTagClassName
{
color: #312034;
}
</style>
background-color css
<style>
a { background-color: #312034; }
a { background-color: rgb(49,32,52); }
div.DivClassName
{
background-color: #312034;
}
.BgClassName
{
background-color: #312034;
}
</style>
border-color css
<style>
span { border-color: #312034; }
span { border-color: rgb(49,32,52); }
td.TdClassName
{
border-color: #312034;
}
.TagClassName
{
border-color: #312034;
}
</style>