Shades of Mardi Gras #310D2E
Tints of Mardi Gras #310D2E
RGB
CMYK
RGB Variations
Color information
#310D2E (or 0x310D2E) is known color: Mardi Gras. HEX triplet: 31, 0D and 2E. RGB value is (49,13,46). Sum of RGB (Red+Green+Blue) = 49+13+46=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #310D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D2E is #CEF2D1. Grayscale: #1B1B1B. Windows color (decimal): -13562578 or 3018033. OLE color: 3018033.
HSL color Cylindrical-coordinate representation of color #310D2E: hue angle of 305º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D2E is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 46 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.81 |
| HSL | 305º | 0.58% | 0.12% | - |
| HSV(B) | 305º | 0.73% | 0.19% | - |
| XYZ | 1.9 | 1.14 | 2.7 | - |
| YUV | 27.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 46 | 0 | 0.73 | 0.06 | 0.81 | 305 | 0.58 | 0.12 |
| Hex | 31 | D | 2E | 0 | 49 | 6 | 51 | 131 | 3A | C |
| Octal | 61 | 15 | 56 | 0 | 111 | 6 | 121 | 461 | 72 | 14 |
| Binary | 110001 | 1101 | 101110 | 0 | 1001001 | 110 | 1010001 | 100110001 | 111010 | 1100 |
Color Harmonies of #310D2E
Complementary color
Monochromatic Colors of #310D2E
Black with #310D2E
Text Example
Text Example
White with #310D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D2E; }
p { color: rgb(49,13,46); }
H1.HeaderClassName
{
color: #310D2E;
}
.AnyTagClassName
{
color: #310D2E;
}
</style>
background-color css
<style>
a { background-color: #310D2E; }
a { background-color: rgb(49,13,46); }
div.DivClassName
{
background-color: #310D2E;
}
.BgClassName
{
background-color: #310D2E;
}
</style>
border-color css
<style>
span { border-color: #310D2E; }
span { border-color: rgb(49,13,46); }
td.TdClassName
{
border-color: #310D2E;
}
.TagClassName
{
border-color: #310D2E;
}
</style>