Shades of Mardi Gras #310C2E
Tints of Mardi Gras #310C2E
RGB
CMYK
RGB Variations
Color information
#310C2E (or 0x310C2E) is known color: Mardi Gras. HEX triplet: 31, 0C and 2E. RGB value is (49,12,46). Sum of RGB (Red+Green+Blue) = 49+12+46=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #310C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C2E is #CEF3D1. Grayscale: #1A1A1A. Windows color (decimal): -13562834 or 3017777. OLE color: 3017777.
HSL color Cylindrical-coordinate representation of color #310C2E: hue angle of 304.86º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C2E is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 46 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.81 |
| HSL | 304.86º | 0.61% | 0.12% | - |
| HSV(B) | 304.86º | 0.76% | 0.19% | - |
| XYZ | 1.89 | 1.11 | 2.7 | - |
| YUV | 26.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 46 | 0 | 0.76 | 0.06 | 0.81 | 304.86 | 0.61 | 0.12 |
| Hex | 31 | C | 2E | 0 | 4C | 6 | 51 | 131 | 3D | C |
| Octal | 61 | 14 | 56 | 0 | 114 | 6 | 121 | 461 | 75 | 14 |
| Binary | 110001 | 1100 | 101110 | 0 | 1001100 | 110 | 1010001 | 100110001 | 111101 | 1100 |
Color Harmonies of #310C2E
Complementary color
Monochromatic Colors of #310C2E
Black with #310C2E
Text Example
Text Example
White with #310C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C2E; }
p { color: rgb(49,12,46); }
H1.HeaderClassName
{
color: #310C2E;
}
.AnyTagClassName
{
color: #310C2E;
}
</style>
background-color css
<style>
a { background-color: #310C2E; }
a { background-color: rgb(49,12,46); }
div.DivClassName
{
background-color: #310C2E;
}
.BgClassName
{
background-color: #310C2E;
}
</style>
border-color css
<style>
span { border-color: #310C2E; }
span { border-color: rgb(49,12,46); }
td.TdClassName
{
border-color: #310C2E;
}
.TagClassName
{
border-color: #310C2E;
}
</style>