Shades of Mardi Gras #310B31
Tints of Mardi Gras #310B31
RGB
CMYK
RGB Variations
Color information
#310B31 (or 0x310B31) is known color: Mardi Gras. HEX triplet: 31, 0B and 31. RGB value is (49,11,49). Sum of RGB (Red+Green+Blue) = 49+11+49=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B31 is #CEF4CE. Grayscale: #1A1A1A. Windows color (decimal): -13563087 or 3214129. OLE color: 3214129.
HSL color Cylindrical-coordinate representation of color #310B31: hue angle of 300º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B31 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 49 | - |
| CMYK | 0 | 0.78 | 0 | 0.81 |
| HSL | 300º | 0.63% | 0.12% | - |
| HSV(B) | 300º | 0.78% | 0.19% | - |
| XYZ | 1.94 | 1.11 | 3.02 | - |
| YUV | 26.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 49 | 0 | 0.78 | 0 | 0.81 | 300 | 0.63 | 0.12 |
| Hex | 31 | B | 31 | 0 | 4E | 0 | 51 | 12C | 3F | C |
| Octal | 61 | 13 | 61 | 0 | 116 | 0 | 121 | 454 | 77 | 14 |
| Binary | 110001 | 1011 | 110001 | 0 | 1001110 | 0 | 1010001 | 100101100 | 111111 | 1100 |
Color Harmonies of #310B31
Complementary color
Monochromatic Colors of #310B31
Black with #310B31
Text Example
Text Example
White with #310B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B31; }
p { color: rgb(49,11,49); }
H1.HeaderClassName
{
color: #310B31;
}
.AnyTagClassName
{
color: #310B31;
}
</style>
background-color css
<style>
a { background-color: #310B31; }
a { background-color: rgb(49,11,49); }
div.DivClassName
{
background-color: #310B31;
}
.BgClassName
{
background-color: #310B31;
}
</style>
border-color css
<style>
span { border-color: #310B31; }
span { border-color: rgb(49,11,49); }
td.TdClassName
{
border-color: #310B31;
}
.TagClassName
{
border-color: #310B31;
}
</style>