Shades of Mardi Gras #31062C
Tints of Mardi Gras #31062C
RGB
CMYK
RGB Variations
Color information
#31062C (or 0x31062C) is known color: Mardi Gras. HEX triplet: 31, 06 and 2C. RGB value is (49,6,44). Sum of RGB (Red+Green+Blue) = 49+6+44=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31062C is #CEF9D3. Grayscale: #171717. Windows color (decimal): -13564372 or 2885169. OLE color: 2885169.
HSL color Cylindrical-coordinate representation of color #31062C: hue angle of 306.98º 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 #31062C is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 6 | 44 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.81 |
| HSL | 306.98º | 0.78% | 0.11% | - |
| HSV(B) | 306.98º | 0.88% | 0.19% | - |
| XYZ | 1.79 | 0.97 | 2.47 | - |
| YUV | 23.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 44 | 0 | 0.88 | 0.10 | 0.81 | 306.98 | 0.78 | 0.11 |
| Hex | 31 | 6 | 2C | 0 | 58 | A | 51 | 133 | 4E | B |
| Octal | 61 | 6 | 54 | 0 | 130 | 12 | 121 | 463 | 116 | 13 |
| Binary | 110001 | 110 | 101100 | 0 | 1011000 | 1010 | 1010001 | 100110011 | 1001110 | 1011 |
Color Harmonies of #31062C
Complementary color
Monochromatic Colors of #31062C
Black with #31062C
Text Example
Text Example
White with #31062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31062C; }
p { color: rgb(49,6,44); }
H1.HeaderClassName
{
color: #31062C;
}
.AnyTagClassName
{
color: #31062C;
}
</style>
background-color css
<style>
a { background-color: #31062C; }
a { background-color: rgb(49,6,44); }
div.DivClassName
{
background-color: #31062C;
}
.BgClassName
{
background-color: #31062C;
}
</style>
border-color css
<style>
span { border-color: #31062C; }
span { border-color: rgb(49,6,44); }
td.TdClassName
{
border-color: #31062C;
}
.TagClassName
{
border-color: #31062C;
}
</style>