Shades of Mardi Gras #31052D
Tints of Mardi Gras #31052D
RGB
CMYK
RGB Variations
Color information
#31052D (or 0x31052D) is known color: Mardi Gras. HEX triplet: 31, 05 and 2D. RGB value is (49,5,45). Sum of RGB (Red+Green+Blue) = 49+5+45=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31052D is #CEFAD2. Grayscale: #161616. Windows color (decimal): -13564627 or 2950449. OLE color: 2950449.
HSL color Cylindrical-coordinate representation of color #31052D: hue angle of 305.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31052D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 45 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.81 |
| HSL | 305.45º | 0.81% | 0.11% | - |
| HSV(B) | 305.45º | 0.9% | 0.19% | - |
| XYZ | 1.79 | 0.95 | 2.57 | - |
| YUV | 22.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 45 | 0 | 0.90 | 0.08 | 0.81 | 305.45 | 0.81 | 0.11 |
| Hex | 31 | 5 | 2D | 0 | 5A | 8 | 51 | 131 | 51 | B |
| Octal | 61 | 5 | 55 | 0 | 132 | 10 | 121 | 461 | 121 | 13 |
| Binary | 110001 | 101 | 101101 | 0 | 1011010 | 1000 | 1010001 | 100110001 | 1010001 | 1011 |
Color Harmonies of #31052D
Complementary color
Monochromatic Colors of #31052D
Black with #31052D
Text Example
Text Example
White with #31052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31052D; }
p { color: rgb(49,5,45); }
H1.HeaderClassName
{
color: #31052D;
}
.AnyTagClassName
{
color: #31052D;
}
</style>
background-color css
<style>
a { background-color: #31052D; }
a { background-color: rgb(49,5,45); }
div.DivClassName
{
background-color: #31052D;
}
.BgClassName
{
background-color: #31052D;
}
</style>
border-color css
<style>
span { border-color: #31052D; }
span { border-color: rgb(49,5,45); }
td.TdClassName
{
border-color: #31052D;
}
.TagClassName
{
border-color: #31052D;
}
</style>