Shades of Mardi Gras #31102D
Tints of Mardi Gras #31102D
RGB
CMYK
RGB Variations
Color information
#31102D (or 0x31102D) is known color: Mardi Gras. HEX triplet: 31, 10 and 2D. RGB value is (49,16,45). Sum of RGB (Red+Green+Blue) = 49+16+45=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31102D is #CEEFD2. Grayscale: #1D1D1D. Windows color (decimal): -13561811 or 2953265. OLE color: 2953265.
HSL color Cylindrical-coordinate representation of color #31102D: hue angle of 307.27º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31102D is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 45 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.81 |
| HSL | 307.27º | 0.51% | 0.13% | - |
| HSV(B) | 307.27º | 0.67% | 0.19% | - |
| XYZ | 1.93 | 1.21 | 2.62 | - |
| YUV | 29.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 45 | 0 | 0.67 | 0.08 | 0.81 | 307.27 | 0.51 | 0.13 |
| Hex | 31 | 10 | 2D | 0 | 43 | 8 | 51 | 133 | 33 | D |
| Octal | 61 | 20 | 55 | 0 | 103 | 10 | 121 | 463 | 63 | 15 |
| Binary | 110001 | 10000 | 101101 | 0 | 1000011 | 1000 | 1010001 | 100110011 | 110011 | 1101 |
Color Harmonies of #31102D
Complementary color
Monochromatic Colors of #31102D
Black with #31102D
Text Example
Text Example
White with #31102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31102D; }
p { color: rgb(49,16,45); }
H1.HeaderClassName
{
color: #31102D;
}
.AnyTagClassName
{
color: #31102D;
}
</style>
background-color css
<style>
a { background-color: #31102D; }
a { background-color: rgb(49,16,45); }
div.DivClassName
{
background-color: #31102D;
}
.BgClassName
{
background-color: #31102D;
}
</style>
border-color css
<style>
span { border-color: #31102D; }
span { border-color: rgb(49,16,45); }
td.TdClassName
{
border-color: #31102D;
}
.TagClassName
{
border-color: #31102D;
}
</style>