Shades of Mardi Gras #312432
Tints of Mardi Gras #312432
RGB
CMYK
RGB Variations
Color information
#312432 (or 0x312432) is known color: Mardi Gras. HEX triplet: 31, 24 and 32. RGB value is (49,36,50). Sum of RGB (Red+Green+Blue) = 49+36+50=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #312432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312432 is #CEDBCD. Grayscale: #292929. Windows color (decimal): -13556686 or 3286065. OLE color: 3286065.
HSL color Cylindrical-coordinate representation of color #312432: hue angle of 295.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #312432 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 36 | 50 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.80 |
| HSL | 295.71º | 0.16% | 0.17% | - |
| HSV(B) | 295.71º | 0.28% | 0.2% | - |
| XYZ | 2.47 | 2.15 | 3.3 | - |
| YUV | 41.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 50 | 0.02 | 0.28 | 0 | 0.80 | 295.71 | 0.16 | 0.17 |
| Hex | 31 | 24 | 32 | 2 | 1C | 0 | 50 | 128 | 10 | 11 |
| Octal | 61 | 44 | 62 | 2 | 34 | 0 | 120 | 450 | 20 | 21 |
| Binary | 110001 | 100100 | 110010 | 10 | 11100 | 0 | 1010000 | 100101000 | 10000 | 10001 |
Color Harmonies of #312432
Complementary color
Monochromatic Colors of #312432
Black with #312432
Text Example
Text Example
White with #312432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312432; }
p { color: rgb(49,36,50); }
H1.HeaderClassName
{
color: #312432;
}
.AnyTagClassName
{
color: #312432;
}
</style>
background-color css
<style>
a { background-color: #312432; }
a { background-color: rgb(49,36,50); }
div.DivClassName
{
background-color: #312432;
}
.BgClassName
{
background-color: #312432;
}
</style>
border-color css
<style>
span { border-color: #312432; }
span { border-color: rgb(49,36,50); }
td.TdClassName
{
border-color: #312432;
}
.TagClassName
{
border-color: #312432;
}
</style>