Shades of Mardi Gras #310C33
Tints of Mardi Gras #310C33
RGB
CMYK
RGB Variations
Color information
#310C33 (or 0x310C33) is known color: Mardi Gras. HEX triplet: 31, 0C and 33. RGB value is (49,12,51). Sum of RGB (Red+Green+Blue) = 49+12+51=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #310C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C33 is #CEF3CC. Grayscale: #1B1B1B. Windows color (decimal): -13562829 or 3345457. OLE color: 3345457.
HSL color Cylindrical-coordinate representation of color #310C33: hue angle of 296.92º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C33 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 12 | 51 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.8 |
| HSL | 296.92º | 0.62% | 0.12% | - |
| HSV(B) | 296.92º | 0.76% | 0.2% | - |
| XYZ | 2 | 1.15 | 3.25 | - |
| YUV | 27.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 51 | 0.04 | 0.76 | 0 | 0.8 | 296.92 | 0.62 | 0.12 |
| Hex | 31 | C | 33 | 4 | 4C | 0 | 50 | 129 | 3E | C |
| Octal | 61 | 14 | 63 | 4 | 114 | 0 | 120 | 451 | 76 | 14 |
| Binary | 110001 | 1100 | 110011 | 100 | 1001100 | 0 | 1010000 | 100101001 | 111110 | 1100 |
Color Harmonies of #310C33
Complementary color
Monochromatic Colors of #310C33
Black with #310C33
Text Example
Text Example
White with #310C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C33; }
p { color: rgb(49,12,51); }
H1.HeaderClassName
{
color: #310C33;
}
.AnyTagClassName
{
color: #310C33;
}
</style>
background-color css
<style>
a { background-color: #310C33; }
a { background-color: rgb(49,12,51); }
div.DivClassName
{
background-color: #310C33;
}
.BgClassName
{
background-color: #310C33;
}
</style>
border-color css
<style>
span { border-color: #310C33; }
span { border-color: rgb(49,12,51); }
td.TdClassName
{
border-color: #310C33;
}
.TagClassName
{
border-color: #310C33;
}
</style>