Shades of Mardi Gras #310C34
Tints of Mardi Gras #310C34
RGB
CMYK
RGB Variations
Color information
#310C34 (or 0x310C34) is known color: Mardi Gras. HEX triplet: 31, 0C and 34. RGB value is (49,12,52). Sum of RGB (Red+Green+Blue) = 49+12+52=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #310C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C34 is #CEF3CB. Grayscale: #1B1B1B. Windows color (decimal): -13562828 or 3410993. OLE color: 3410993.
HSL color Cylindrical-coordinate representation of color #310C34: hue angle of 295.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #310C34 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 12 | 52 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.80 |
| HSL | 295.5º | 0.63% | 0.13% | - |
| HSV(B) | 295.5º | 0.77% | 0.2% | - |
| XYZ | 2.02 | 1.16 | 3.37 | - |
| YUV | 27.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 52 | 0.06 | 0.77 | 0 | 0.80 | 295.5 | 0.63 | 0.13 |
| Hex | 31 | C | 34 | 6 | 4D | 0 | 50 | 128 | 3E | D |
| Octal | 61 | 14 | 64 | 6 | 115 | 0 | 120 | 450 | 76 | 15 |
| Binary | 110001 | 1100 | 110100 | 110 | 1001101 | 0 | 1010000 | 100101000 | 111110 | 1101 |
Color Harmonies of #310C34
Complementary color
Monochromatic Colors of #310C34
Black with #310C34
Text Example
Text Example
White with #310C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C34; }
p { color: rgb(49,12,52); }
H1.HeaderClassName
{
color: #310C34;
}
.AnyTagClassName
{
color: #310C34;
}
</style>
background-color css
<style>
a { background-color: #310C34; }
a { background-color: rgb(49,12,52); }
div.DivClassName
{
background-color: #310C34;
}
.BgClassName
{
background-color: #310C34;
}
</style>
border-color css
<style>
span { border-color: #310C34; }
span { border-color: rgb(49,12,52); }
td.TdClassName
{
border-color: #310C34;
}
.TagClassName
{
border-color: #310C34;
}
</style>