Shades of Mardi Gras #312434
Tints of Mardi Gras #312434
RGB
CMYK
RGB Variations
Color information
#312434 (or 0x312434) is known color: Mardi Gras. HEX triplet: 31, 24 and 34. RGB value is (49,36,52). Sum of RGB (Red+Green+Blue) = 49+36+52=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #312434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312434 is #CEDBCB. Grayscale: #292929. Windows color (decimal): -13556684 or 3417137. OLE color: 3417137.
HSL color Cylindrical-coordinate representation of color #312434: hue angle of 288.75º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312434 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 36 | 52 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.80 |
| HSL | 288.75º | 0.18% | 0.17% | - |
| HSV(B) | 288.75º | 0.31% | 0.2% | - |
| XYZ | 2.52 | 2.16 | 3.53 | - |
| YUV | 41.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 52 | 0.06 | 0.31 | 0 | 0.80 | 288.75 | 0.18 | 0.17 |
| Hex | 31 | 24 | 34 | 6 | 1F | 0 | 50 | 121 | 12 | 11 |
| Octal | 61 | 44 | 64 | 6 | 37 | 0 | 120 | 441 | 22 | 21 |
| Binary | 110001 | 100100 | 110100 | 110 | 11111 | 0 | 1010000 | 100100001 | 10010 | 10001 |
Color Harmonies of #312434
Complementary color
Monochromatic Colors of #312434
Black with #312434
Text Example
Text Example
White with #312434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312434; }
p { color: rgb(49,36,52); }
H1.HeaderClassName
{
color: #312434;
}
.AnyTagClassName
{
color: #312434;
}
</style>
background-color css
<style>
a { background-color: #312434; }
a { background-color: rgb(49,36,52); }
div.DivClassName
{
background-color: #312434;
}
.BgClassName
{
background-color: #312434;
}
</style>
border-color css
<style>
span { border-color: #312434; }
span { border-color: rgb(49,36,52); }
td.TdClassName
{
border-color: #312434;
}
.TagClassName
{
border-color: #312434;
}
</style>