Shades of Mardi Gras #310A36
Tints of Mardi Gras #310A36
RGB
CMYK
RGB Variations
Color information
#310A36 (or 0x310A36) is known color: Mardi Gras. HEX triplet: 31, 0A and 36. RGB value is (49,10,54). Sum of RGB (Red+Green+Blue) = 49+10+54=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #310A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A36 is #CEF5C9. Grayscale: #1A1A1A. Windows color (decimal): -13563338 or 3541553. OLE color: 3541553.
HSL color Cylindrical-coordinate representation of color #310A36: hue angle of 293.18º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #310A36 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 10 | 54 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.79 |
| HSL | 293.18º | 0.69% | 0.13% | - |
| HSV(B) | 293.18º | 0.81% | 0.21% | - |
| XYZ | 2.04 | 1.14 | 3.6 | - |
| YUV | 26.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 54 | 0.09 | 0.81 | 0 | 0.79 | 293.18 | 0.69 | 0.13 |
| Hex | 31 | A | 36 | 9 | 51 | 0 | 4F | 125 | 45 | D |
| Octal | 61 | 12 | 66 | 11 | 121 | 0 | 117 | 445 | 105 | 15 |
| Binary | 110001 | 1010 | 110110 | 1001 | 1010001 | 0 | 1001111 | 100100101 | 1000101 | 1101 |
Color Harmonies of #310A36
Complementary color
Monochromatic Colors of #310A36
Black with #310A36
Text Example
Text Example
White with #310A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A36; }
p { color: rgb(49,10,54); }
H1.HeaderClassName
{
color: #310A36;
}
.AnyTagClassName
{
color: #310A36;
}
</style>
background-color css
<style>
a { background-color: #310A36; }
a { background-color: rgb(49,10,54); }
div.DivClassName
{
background-color: #310A36;
}
.BgClassName
{
background-color: #310A36;
}
</style>
border-color css
<style>
span { border-color: #310A36; }
span { border-color: rgb(49,10,54); }
td.TdClassName
{
border-color: #310A36;
}
.TagClassName
{
border-color: #310A36;
}
</style>