Shades of Mardi Gras #312532
Tints of Mardi Gras #312532
RGB
CMYK
RGB Variations
Color information
#312532 (or 0x312532) is known color: Mardi Gras. HEX triplet: 31, 25 and 32. RGB value is (49,37,50). Sum of RGB (Red+Green+Blue) = 49+37+50=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 50 - color contains mainly: blue. Hex color #312532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312532 is #CEDACD. Grayscale: #2A2A2A. Windows color (decimal): -13556430 or 3286321. OLE color: 3286321.
HSL color Cylindrical-coordinate representation of color #312532: hue angle of 295.38º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #312532 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 37 | 50 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.80 |
| HSL | 295.38º | 0.15% | 0.17% | - |
| HSV(B) | 295.38º | 0.26% | 0.2% | - |
| XYZ | 2.5 | 2.21 | 3.31 | - |
| YUV | 42.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 50 | 0.02 | 0.26 | 0 | 0.80 | 295.38 | 0.15 | 0.17 |
| Hex | 31 | 25 | 32 | 2 | 1A | 0 | 50 | 127 | F | 11 |
| Octal | 61 | 45 | 62 | 2 | 32 | 0 | 120 | 447 | 17 | 21 |
| Binary | 110001 | 100101 | 110010 | 10 | 11010 | 0 | 1010000 | 100100111 | 1111 | 10001 |
Color Harmonies of #312532
Complementary color
Monochromatic Colors of #312532
Black with #312532
Text Example
Text Example
White with #312532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312532; }
p { color: rgb(49,37,50); }
H1.HeaderClassName
{
color: #312532;
}
.AnyTagClassName
{
color: #312532;
}
</style>
background-color css
<style>
a { background-color: #312532; }
a { background-color: rgb(49,37,50); }
div.DivClassName
{
background-color: #312532;
}
.BgClassName
{
background-color: #312532;
}
</style>
border-color css
<style>
span { border-color: #312532; }
span { border-color: rgb(49,37,50); }
td.TdClassName
{
border-color: #312532;
}
.TagClassName
{
border-color: #312532;
}
</style>