Shades of Mardi Gras #310D35
Tints of Mardi Gras #310D35
RGB
CMYK
RGB Variations
Color information
#310D35 (or 0x310D35) is known color: Mardi Gras. HEX triplet: 31, 0D and 35. RGB value is (49,13,53). Sum of RGB (Red+Green+Blue) = 49+13+53=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #310D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D35 is #CEF2CA. Grayscale: #1C1C1C. Windows color (decimal): -13562571 or 3476785. OLE color: 3476785.
HSL color Cylindrical-coordinate representation of color #310D35: hue angle of 294º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #310D35 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 13 | 53 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.79 |
| HSL | 294º | 0.61% | 0.13% | - |
| HSV(B) | 294º | 0.75% | 0.21% | - |
| XYZ | 2.05 | 1.2 | 3.49 | - |
| YUV | 28.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 53 | 0.08 | 0.75 | 0 | 0.79 | 294 | 0.61 | 0.13 |
| Hex | 31 | D | 35 | 8 | 4B | 0 | 4F | 126 | 3D | D |
| Octal | 61 | 15 | 65 | 10 | 113 | 0 | 117 | 446 | 75 | 15 |
| Binary | 110001 | 1101 | 110101 | 1000 | 1001011 | 0 | 1001111 | 100100110 | 111101 | 1101 |
Color Harmonies of #310D35
Complementary color
Monochromatic Colors of #310D35
Black with #310D35
Text Example
Text Example
White with #310D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D35; }
p { color: rgb(49,13,53); }
H1.HeaderClassName
{
color: #310D35;
}
.AnyTagClassName
{
color: #310D35;
}
</style>
background-color css
<style>
a { background-color: #310D35; }
a { background-color: rgb(49,13,53); }
div.DivClassName
{
background-color: #310D35;
}
.BgClassName
{
background-color: #310D35;
}
</style>
border-color css
<style>
span { border-color: #310D35; }
span { border-color: rgb(49,13,53); }
td.TdClassName
{
border-color: #310D35;
}
.TagClassName
{
border-color: #310D35;
}
</style>