Shades of Mardi Gras #312932
Tints of Mardi Gras #312932
RGB
CMYK
RGB Variations
Color information
#312932 (or 0x312932) is known color: Mardi Gras. HEX triplet: 31, 29 and 32. RGB value is (49,41,50). Sum of RGB (Red+Green+Blue) = 49+41+50=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #312932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312932 is #CED6CD. Grayscale: #2C2C2C. Windows color (decimal): -13555406 or 3287345. OLE color: 3287345.
HSL color Cylindrical-coordinate representation of color #312932: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312932 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 41 | 50 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.80 |
| HSL | 293.33º | 0.1% | 0.18% | - |
| HSV(B) | 293.33º | 0.18% | 0.2% | - |
| XYZ | 2.64 | 2.47 | 3.36 | - |
| YUV | 44.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 50 | 0.02 | 0.18 | 0 | 0.80 | 293.33 | 0.1 | 0.18 |
| Hex | 31 | 29 | 32 | 2 | 12 | 0 | 50 | 125 | A | 12 |
| Octal | 61 | 51 | 62 | 2 | 22 | 0 | 120 | 445 | 12 | 22 |
| Binary | 110001 | 101001 | 110010 | 10 | 10010 | 0 | 1010000 | 100100101 | 1010 | 10010 |
Color Harmonies of #312932
Complementary color
Monochromatic Colors of #312932
Black with #312932
Text Example
Text Example
White with #312932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312932; }
p { color: rgb(49,41,50); }
H1.HeaderClassName
{
color: #312932;
}
.AnyTagClassName
{
color: #312932;
}
</style>
background-color css
<style>
a { background-color: #312932; }
a { background-color: rgb(49,41,50); }
div.DivClassName
{
background-color: #312932;
}
.BgClassName
{
background-color: #312932;
}
</style>
border-color css
<style>
span { border-color: #312932; }
span { border-color: rgb(49,41,50); }
td.TdClassName
{
border-color: #312932;
}
.TagClassName
{
border-color: #312932;
}
</style>