Shades of Mardi Gras #31052A
Tints of Mardi Gras #31052A
RGB
CMYK
RGB Variations
Color information
#31052A (or 0x31052A) is known color: Mardi Gras. HEX triplet: 31, 05 and 2A. RGB value is (49,5,42). Sum of RGB (Red+Green+Blue) = 49+5+42=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31052A is #CEFAD5. Grayscale: #161616. Windows color (decimal): -13564630 or 2753841. OLE color: 2753841.
HSL color Cylindrical-coordinate representation of color #31052A: hue angle of 309.55º 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 #31052A is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 42 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.81 |
| HSL | 309.55º | 0.81% | 0.11% | - |
| HSV(B) | 309.55º | 0.9% | 0.19% | - |
| XYZ | 1.74 | 0.93 | 2.28 | - |
| YUV | 22.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 42 | 0 | 0.90 | 0.14 | 0.81 | 309.55 | 0.81 | 0.11 |
| Hex | 31 | 5 | 2A | 0 | 5A | E | 51 | 136 | 51 | B |
| Octal | 61 | 5 | 52 | 0 | 132 | 16 | 121 | 466 | 121 | 13 |
| Binary | 110001 | 101 | 101010 | 0 | 1011010 | 1110 | 1010001 | 100110110 | 1010001 | 1011 |
Color Harmonies of #31052A
Complementary color
Monochromatic Colors of #31052A
Black with #31052A
Text Example
Text Example
White with #31052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31052A; }
p { color: rgb(49,5,42); }
H1.HeaderClassName
{
color: #31052A;
}
.AnyTagClassName
{
color: #31052A;
}
</style>
background-color css
<style>
a { background-color: #31052A; }
a { background-color: rgb(49,5,42); }
div.DivClassName
{
background-color: #31052A;
}
.BgClassName
{
background-color: #31052A;
}
</style>
border-color css
<style>
span { border-color: #31052A; }
span { border-color: rgb(49,5,42); }
td.TdClassName
{
border-color: #31052A;
}
.TagClassName
{
border-color: #31052A;
}
</style>