Shades of Mardi Gras #310D2C
Tints of Mardi Gras #310D2C
RGB
CMYK
RGB Variations
Color information
#310D2C (or 0x310D2C) is known color: Mardi Gras. HEX triplet: 31, 0D and 2C. RGB value is (49,13,44). Sum of RGB (Red+Green+Blue) = 49+13+44=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #310D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D2C is #CEF2D3. Grayscale: #1B1B1B. Windows color (decimal): -13562580 or 2886961. OLE color: 2886961.
HSL color Cylindrical-coordinate representation of color #310D2C: hue angle of 308.33º 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 #310D2C is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 44 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.81 |
| HSL | 308.33º | 0.58% | 0.12% | - |
| HSV(B) | 308.33º | 0.73% | 0.19% | - |
| XYZ | 1.87 | 1.12 | 2.5 | - |
| YUV | 27.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 44 | 0 | 0.73 | 0.10 | 0.81 | 308.33 | 0.58 | 0.12 |
| Hex | 31 | D | 2C | 0 | 49 | A | 51 | 134 | 3A | C |
| Octal | 61 | 15 | 54 | 0 | 111 | 12 | 121 | 464 | 72 | 14 |
| Binary | 110001 | 1101 | 101100 | 0 | 1001001 | 1010 | 1010001 | 100110100 | 111010 | 1100 |
Color Harmonies of #310D2C
Complementary color
Monochromatic Colors of #310D2C
Black with #310D2C
Text Example
Text Example
White with #310D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D2C; }
p { color: rgb(49,13,44); }
H1.HeaderClassName
{
color: #310D2C;
}
.AnyTagClassName
{
color: #310D2C;
}
</style>
background-color css
<style>
a { background-color: #310D2C; }
a { background-color: rgb(49,13,44); }
div.DivClassName
{
background-color: #310D2C;
}
.BgClassName
{
background-color: #310D2C;
}
</style>
border-color css
<style>
span { border-color: #310D2C; }
span { border-color: rgb(49,13,44); }
td.TdClassName
{
border-color: #310D2C;
}
.TagClassName
{
border-color: #310D2C;
}
</style>