Shades of Mardi Gras #312330
Tints of Mardi Gras #312330
RGB
CMYK
RGB Variations
Color information
#312330 (or 0x312330) is known color: Mardi Gras. HEX triplet: 31, 23 and 30. RGB value is (49,35,48). Sum of RGB (Red+Green+Blue) = 49+35+48=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312330 is #CEDCCF. Grayscale: #282828. Windows color (decimal): -13556944 or 3154737. OLE color: 3154737.
HSL color Cylindrical-coordinate representation of color #312330: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312330 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 48 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.81 |
| HSL | 304.29º | 0.17% | 0.16% | - |
| HSV(B) | 304.29º | 0.29% | 0.19% | - |
| XYZ | 2.4 | 2.07 | 3.07 | - |
| YUV | 40.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 48 | 0 | 0.29 | 0.02 | 0.81 | 304.29 | 0.17 | 0.16 |
| Hex | 31 | 23 | 30 | 0 | 1D | 2 | 51 | 130 | 11 | 10 |
| Octal | 61 | 43 | 60 | 0 | 35 | 2 | 121 | 460 | 21 | 20 |
| Binary | 110001 | 100011 | 110000 | 0 | 11101 | 10 | 1010001 | 100110000 | 10001 | 10000 |
Color Harmonies of #312330
Complementary color
Monochromatic Colors of #312330
Black with #312330
Text Example
Text Example
White with #312330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312330; }
p { color: rgb(49,35,48); }
H1.HeaderClassName
{
color: #312330;
}
.AnyTagClassName
{
color: #312330;
}
</style>
background-color css
<style>
a { background-color: #312330; }
a { background-color: rgb(49,35,48); }
div.DivClassName
{
background-color: #312330;
}
.BgClassName
{
background-color: #312330;
}
</style>
border-color css
<style>
span { border-color: #312330; }
span { border-color: rgb(49,35,48); }
td.TdClassName
{
border-color: #312330;
}
.TagClassName
{
border-color: #312330;
}
</style>