Shades of Mardi Gras #31032F
Tints of Mardi Gras #31032F
RGB
CMYK
RGB Variations
Color information
#31032F (or 0x31032F) is known color: Mardi Gras. HEX triplet: 31, 03 and 2F. RGB value is (49,3,47). Sum of RGB (Red+Green+Blue) = 49+3+47=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31032F is #CEFCD0. Grayscale: #151515. Windows color (decimal): -13565137 or 3081009. OLE color: 3081009.
HSL color Cylindrical-coordinate representation of color #31032F: hue angle of 302.61º 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 #31032F is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 3 | 47 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.81 |
| HSL | 302.61º | 0.88% | 0.1% | - |
| HSV(B) | 302.61º | 0.94% | 0.19% | - |
| XYZ | 1.81 | 0.92 | 2.77 | - |
| YUV | 21.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 47 | 0 | 0.94 | 0.04 | 0.81 | 302.61 | 0.88 | 0.1 |
| Hex | 31 | 3 | 2F | 0 | 5E | 4 | 51 | 12F | 58 | A |
| Octal | 61 | 3 | 57 | 0 | 136 | 4 | 121 | 457 | 130 | 12 |
| Binary | 110001 | 11 | 101111 | 0 | 1011110 | 100 | 1010001 | 100101111 | 1011000 | 1010 |
Color Harmonies of #31032F
Complementary color
Monochromatic Colors of #31032F
Black with #31032F
Text Example
Text Example
White with #31032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31032F; }
p { color: rgb(49,3,47); }
H1.HeaderClassName
{
color: #31032F;
}
.AnyTagClassName
{
color: #31032F;
}
</style>
background-color css
<style>
a { background-color: #31032F; }
a { background-color: rgb(49,3,47); }
div.DivClassName
{
background-color: #31032F;
}
.BgClassName
{
background-color: #31032F;
}
</style>
border-color css
<style>
span { border-color: #31032F; }
span { border-color: rgb(49,3,47); }
td.TdClassName
{
border-color: #31032F;
}
.TagClassName
{
border-color: #31032F;
}
</style>