Shades of Mardi Gras #31082D
Tints of Mardi Gras #31082D
RGB
CMYK
RGB Variations
Color information
#31082D (or 0x31082D) is known color: Mardi Gras. HEX triplet: 31, 08 and 2D. RGB value is (49,8,45). Sum of RGB (Red+Green+Blue) = 49+8+45=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31082D is #CEF7D2. Grayscale: #181818. Windows color (decimal): -13563859 or 2951217. OLE color: 2951217.
HSL color Cylindrical-coordinate representation of color #31082D: hue angle of 305.85º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31082D is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 8 | 45 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.81 |
| HSL | 305.85º | 0.72% | 0.11% | - |
| HSV(B) | 305.85º | 0.84% | 0.19% | - |
| XYZ | 1.83 | 1.02 | 2.58 | - |
| YUV | 24.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 45 | 0 | 0.84 | 0.08 | 0.81 | 305.85 | 0.72 | 0.11 |
| Hex | 31 | 8 | 2D | 0 | 54 | 8 | 51 | 132 | 48 | B |
| Octal | 61 | 10 | 55 | 0 | 124 | 10 | 121 | 462 | 110 | 13 |
| Binary | 110001 | 1000 | 101101 | 0 | 1010100 | 1000 | 1010001 | 100110010 | 1001000 | 1011 |
Color Harmonies of #31082D
Complementary color
Monochromatic Colors of #31082D
Black with #31082D
Text Example
Text Example
White with #31082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31082D; }
p { color: rgb(49,8,45); }
H1.HeaderClassName
{
color: #31082D;
}
.AnyTagClassName
{
color: #31082D;
}
</style>
background-color css
<style>
a { background-color: #31082D; }
a { background-color: rgb(49,8,45); }
div.DivClassName
{
background-color: #31082D;
}
.BgClassName
{
background-color: #31082D;
}
</style>
border-color css
<style>
span { border-color: #31082D; }
span { border-color: rgb(49,8,45); }
td.TdClassName
{
border-color: #31082D;
}
.TagClassName
{
border-color: #31082D;
}
</style>