Shades of Mardi Gras #310E2C
Tints of Mardi Gras #310E2C
RGB
CMYK
RGB Variations
Color information
#310E2C (or 0x310E2C) is known color: Mardi Gras. HEX triplet: 31, 0E and 2C. RGB value is (49,14,44). Sum of RGB (Red+Green+Blue) = 49+14+44=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #310E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E2C is #CEF1D3. Grayscale: #1B1B1B. Windows color (decimal): -13562324 or 2887217. OLE color: 2887217.
HSL color Cylindrical-coordinate representation of color #310E2C: hue angle of 308.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E2C is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 44 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.81 |
| HSL | 308.57º | 0.56% | 0.12% | - |
| HSV(B) | 308.57º | 0.71% | 0.19% | - |
| XYZ | 1.88 | 1.15 | 2.51 | - |
| YUV | 27.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 44 | 0 | 0.71 | 0.10 | 0.81 | 308.57 | 0.56 | 0.12 |
| Hex | 31 | E | 2C | 0 | 47 | A | 51 | 135 | 38 | C |
| Octal | 61 | 16 | 54 | 0 | 107 | 12 | 121 | 465 | 70 | 14 |
| Binary | 110001 | 1110 | 101100 | 0 | 1000111 | 1010 | 1010001 | 100110101 | 111000 | 1100 |
Color Harmonies of #310E2C
Complementary color
Monochromatic Colors of #310E2C
Black with #310E2C
Text Example
Text Example
White with #310E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E2C; }
p { color: rgb(49,14,44); }
H1.HeaderClassName
{
color: #310E2C;
}
.AnyTagClassName
{
color: #310E2C;
}
</style>
background-color css
<style>
a { background-color: #310E2C; }
a { background-color: rgb(49,14,44); }
div.DivClassName
{
background-color: #310E2C;
}
.BgClassName
{
background-color: #310E2C;
}
</style>
border-color css
<style>
span { border-color: #310E2C; }
span { border-color: rgb(49,14,44); }
td.TdClassName
{
border-color: #310E2C;
}
.TagClassName
{
border-color: #310E2C;
}
</style>