Shades of Mardi Gras #312830
Tints of Mardi Gras #312830
RGB
CMYK
RGB Variations
Color information
#312830 (or 0x312830) is known color: Mardi Gras. HEX triplet: 31, 28 and 30. RGB value is (49,40,48). Sum of RGB (Red+Green+Blue) = 49+40+48=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #312830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312830 is #CED7CF. Grayscale: #2B2B2B. Windows color (decimal): -13555664 or 3156017. OLE color: 3156017.
HSL color Cylindrical-coordinate representation of color #312830: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312830 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 40 | 48 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.81 |
| HSL | 306.67º | 0.1% | 0.17% | - |
| HSV(B) | 306.67º | 0.18% | 0.19% | - |
| XYZ | 2.56 | 2.38 | 3.12 | - |
| YUV | 43.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 48 | 0 | 0.18 | 0.02 | 0.81 | 306.67 | 0.1 | 0.17 |
| Hex | 31 | 28 | 30 | 0 | 12 | 2 | 51 | 133 | A | 11 |
| Octal | 61 | 50 | 60 | 0 | 22 | 2 | 121 | 463 | 12 | 21 |
| Binary | 110001 | 101000 | 110000 | 0 | 10010 | 10 | 1010001 | 100110011 | 1010 | 10001 |
Color Harmonies of #312830
Complementary color
Monochromatic Colors of #312830
Black with #312830
Text Example
Text Example
White with #312830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312830; }
p { color: rgb(49,40,48); }
H1.HeaderClassName
{
color: #312830;
}
.AnyTagClassName
{
color: #312830;
}
</style>
background-color css
<style>
a { background-color: #312830; }
a { background-color: rgb(49,40,48); }
div.DivClassName
{
background-color: #312830;
}
.BgClassName
{
background-color: #312830;
}
</style>
border-color css
<style>
span { border-color: #312830; }
span { border-color: rgb(49,40,48); }
td.TdClassName
{
border-color: #312830;
}
.TagClassName
{
border-color: #312830;
}
</style>