Shades of Mardi Gras #31052E
Tints of Mardi Gras #31052E
RGB
CMYK
RGB Variations
Color information
#31052E (or 0x31052E) is known color: Mardi Gras. HEX triplet: 31, 05 and 2E. RGB value is (49,5,46). Sum of RGB (Red+Green+Blue) = 49+5+46=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31052E is #CEFAD1. Grayscale: #161616. Windows color (decimal): -13564626 or 3015985. OLE color: 3015985.
HSL color Cylindrical-coordinate representation of color #31052E: hue angle of 304.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31052E is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 46 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.81 |
| HSL | 304.09º | 0.81% | 0.11% | - |
| HSV(B) | 304.09º | 0.9% | 0.19% | - |
| XYZ | 1.81 | 0.96 | 2.67 | - |
| YUV | 22.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 46 | 0 | 0.90 | 0.06 | 0.81 | 304.09 | 0.81 | 0.11 |
| Hex | 31 | 5 | 2E | 0 | 5A | 6 | 51 | 130 | 51 | B |
| Octal | 61 | 5 | 56 | 0 | 132 | 6 | 121 | 460 | 121 | 13 |
| Binary | 110001 | 101 | 101110 | 0 | 1011010 | 110 | 1010001 | 100110000 | 1010001 | 1011 |
Color Harmonies of #31052E
Complementary color
Monochromatic Colors of #31052E
Black with #31052E
Text Example
Text Example
White with #31052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31052E; }
p { color: rgb(49,5,46); }
H1.HeaderClassName
{
color: #31052E;
}
.AnyTagClassName
{
color: #31052E;
}
</style>
background-color css
<style>
a { background-color: #31052E; }
a { background-color: rgb(49,5,46); }
div.DivClassName
{
background-color: #31052E;
}
.BgClassName
{
background-color: #31052E;
}
</style>
border-color css
<style>
span { border-color: #31052E; }
span { border-color: rgb(49,5,46); }
td.TdClassName
{
border-color: #31052E;
}
.TagClassName
{
border-color: #31052E;
}
</style>