Shades of Mardi Gras #31002E
Tints of Mardi Gras #31002E
RGB
CMYK
RGB Variations
Color information
#31002E (or 0x31002E) is known color: Mardi Gras. HEX triplet: 31, 00 and 2E. RGB value is (49,0,46). Sum of RGB (Red+Green+Blue) = 49+0+46=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002E is #CEFFD1. Grayscale: #131313. Windows color (decimal): -13565906 or 3014705. OLE color: 3014705.
HSL color Cylindrical-coordinate representation of color #31002E: hue angle of 303.67º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31002E is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.06 | 0.81 |
| HSL | 303.67º | 1% | 0.1% | - |
| HSV(B) | 303.67º | 1% | 0.19% | - |
| XYZ | 1.76 | 0.85 | 2.66 | - |
| YUV | 19.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 46 | 0 | 1 | 0.06 | 0.81 | 303.67 | 1 | 0.1 |
| Hex | 31 | 0 | 2E | 0 | 64 | 6 | 51 | 130 | 64 | A |
| Octal | 61 | 0 | 56 | 0 | 144 | 6 | 121 | 460 | 144 | 12 |
| Binary | 110001 | 0 | 101110 | 0 | 1100100 | 110 | 1010001 | 100110000 | 1100100 | 1010 |
Color Harmonies of #31002E
Complementary color
Monochromatic Colors of #31002E
Black with #31002E
Text Example
Text Example
White with #31002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31002E; }
p { color: rgb(49,0,46); }
H1.HeaderClassName
{
color: #31002E;
}
.AnyTagClassName
{
color: #31002E;
}
</style>
background-color css
<style>
a { background-color: #31002E; }
a { background-color: rgb(49,0,46); }
div.DivClassName
{
background-color: #31002E;
}
.BgClassName
{
background-color: #31002E;
}
</style>
border-color css
<style>
span { border-color: #31002E; }
span { border-color: rgb(49,0,46); }
td.TdClassName
{
border-color: #31002E;
}
.TagClassName
{
border-color: #31002E;
}
</style>