Shades of Mardi Gras #31062F
Tints of Mardi Gras #31062F
RGB
CMYK
RGB Variations
Color information
#31062F (or 0x31062F) is known color: Mardi Gras. HEX triplet: 31, 06 and 2F. RGB value is (49,6,47). Sum of RGB (Red+Green+Blue) = 49+6+47=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31062F is #CEF9D0. Grayscale: #171717. Windows color (decimal): -13564369 or 3081777. OLE color: 3081777.
HSL color Cylindrical-coordinate representation of color #31062F: hue angle of 302.79º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31062F is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 6 | 47 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.81 |
| HSL | 302.79º | 0.78% | 0.11% | - |
| HSV(B) | 302.79º | 0.88% | 0.19% | - |
| XYZ | 1.84 | 0.99 | 2.78 | - |
| YUV | 23.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 47 | 0 | 0.88 | 0.04 | 0.81 | 302.79 | 0.78 | 0.11 |
| Hex | 31 | 6 | 2F | 0 | 58 | 4 | 51 | 12F | 4E | B |
| Octal | 61 | 6 | 57 | 0 | 130 | 4 | 121 | 457 | 116 | 13 |
| Binary | 110001 | 110 | 101111 | 0 | 1011000 | 100 | 1010001 | 100101111 | 1001110 | 1011 |
Color Harmonies of #31062F
Complementary color
Monochromatic Colors of #31062F
Black with #31062F
Text Example
Text Example
White with #31062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31062F; }
p { color: rgb(49,6,47); }
H1.HeaderClassName
{
color: #31062F;
}
.AnyTagClassName
{
color: #31062F;
}
</style>
background-color css
<style>
a { background-color: #31062F; }
a { background-color: rgb(49,6,47); }
div.DivClassName
{
background-color: #31062F;
}
.BgClassName
{
background-color: #31062F;
}
</style>
border-color css
<style>
span { border-color: #31062F; }
span { border-color: rgb(49,6,47); }
td.TdClassName
{
border-color: #31062F;
}
.TagClassName
{
border-color: #31062F;
}
</style>