Shades of Mardi Gras #312832
Tints of Mardi Gras #312832
RGB
CMYK
RGB Variations
Color information
#312832 (or 0x312832) is known color: Mardi Gras. HEX triplet: 31, 28 and 32. RGB value is (49,40,50). Sum of RGB (Red+Green+Blue) = 49+40+50=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 50 - color contains mainly: blue. Hex color #312832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312832 is #CED7CD. Grayscale: #2B2B2B. Windows color (decimal): -13555662 or 3287089. OLE color: 3287089.
HSL color Cylindrical-coordinate representation of color #312832: hue angle of 294º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312832 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 40 | 50 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.80 |
| HSL | 294º | 0.11% | 0.18% | - |
| HSV(B) | 294º | 0.2% | 0.2% | - |
| XYZ | 2.6 | 2.4 | 3.34 | - |
| YUV | 43.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 50 | 0.02 | 0.20 | 0 | 0.80 | 294 | 0.11 | 0.18 |
| Hex | 31 | 28 | 32 | 2 | 14 | 0 | 50 | 126 | B | 12 |
| Octal | 61 | 50 | 62 | 2 | 24 | 0 | 120 | 446 | 13 | 22 |
| Binary | 110001 | 101000 | 110010 | 10 | 10100 | 0 | 1010000 | 100100110 | 1011 | 10010 |
Color Harmonies of #312832
Complementary color
Monochromatic Colors of #312832
Black with #312832
Text Example
Text Example
White with #312832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312832; }
p { color: rgb(49,40,50); }
H1.HeaderClassName
{
color: #312832;
}
.AnyTagClassName
{
color: #312832;
}
</style>
background-color css
<style>
a { background-color: #312832; }
a { background-color: rgb(49,40,50); }
div.DivClassName
{
background-color: #312832;
}
.BgClassName
{
background-color: #312832;
}
</style>
border-color css
<style>
span { border-color: #312832; }
span { border-color: rgb(49,40,50); }
td.TdClassName
{
border-color: #312832;
}
.TagClassName
{
border-color: #312832;
}
</style>