Shades of Mardi Gras #31032A
Tints of Mardi Gras #31032A
RGB
CMYK
RGB Variations
Color information
#31032A (or 0x31032A) is known color: Mardi Gras. HEX triplet: 31, 03 and 2A. RGB value is (49,3,42). Sum of RGB (Red+Green+Blue) = 49+3+42=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31032A is #CEFCD5. Grayscale: #151515. Windows color (decimal): -13565142 or 2753329. OLE color: 2753329.
HSL color Cylindrical-coordinate representation of color #31032A: hue angle of 309.13º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31032A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 3 | 42 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.81 |
| HSL | 309.13º | 0.88% | 0.1% | - |
| HSV(B) | 309.13º | 0.94% | 0.19% | - |
| XYZ | 1.72 | 0.89 | 2.27 | - |
| YUV | 21.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 42 | 0 | 0.94 | 0.14 | 0.81 | 309.13 | 0.88 | 0.1 |
| Hex | 31 | 3 | 2A | 0 | 5E | E | 51 | 135 | 58 | A |
| Octal | 61 | 3 | 52 | 0 | 136 | 16 | 121 | 465 | 130 | 12 |
| Binary | 110001 | 11 | 101010 | 0 | 1011110 | 1110 | 1010001 | 100110101 | 1011000 | 1010 |
Color Harmonies of #31032A
Complementary color
Monochromatic Colors of #31032A
Black with #31032A
Text Example
Text Example
White with #31032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31032A; }
p { color: rgb(49,3,42); }
H1.HeaderClassName
{
color: #31032A;
}
.AnyTagClassName
{
color: #31032A;
}
</style>
background-color css
<style>
a { background-color: #31032A; }
a { background-color: rgb(49,3,42); }
div.DivClassName
{
background-color: #31032A;
}
.BgClassName
{
background-color: #31032A;
}
</style>
border-color css
<style>
span { border-color: #31032A; }
span { border-color: rgb(49,3,42); }
td.TdClassName
{
border-color: #31032A;
}
.TagClassName
{
border-color: #31032A;
}
</style>