Shades of Mardi Gras #310A2B
Tints of Mardi Gras #310A2B
RGB
CMYK
RGB Variations
Color information
#310A2B (or 0x310A2B) is known color: Mardi Gras. HEX triplet: 31, 0A and 2B. RGB value is (49,10,43). Sum of RGB (Red+Green+Blue) = 49+10+43=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #310A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A2B is #CEF5D4. Grayscale: #191919. Windows color (decimal): -13563349 or 2820657. OLE color: 2820657.
HSL color Cylindrical-coordinate representation of color #310A2B: hue angle of 309.23º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A2B is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 43 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.81 |
| HSL | 309.23º | 0.66% | 0.12% | - |
| HSV(B) | 309.23º | 0.8% | 0.19% | - |
| XYZ | 1.81 | 1.04 | 2.39 | - |
| YUV | 25.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 43 | 0 | 0.80 | 0.12 | 0.81 | 309.23 | 0.66 | 0.12 |
| Hex | 31 | A | 2B | 0 | 50 | C | 51 | 135 | 42 | C |
| Octal | 61 | 12 | 53 | 0 | 120 | 14 | 121 | 465 | 102 | 14 |
| Binary | 110001 | 1010 | 101011 | 0 | 1010000 | 1100 | 1010001 | 100110101 | 1000010 | 1100 |
Color Harmonies of #310A2B
Complementary color
Monochromatic Colors of #310A2B
Black with #310A2B
Text Example
Text Example
White with #310A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A2B; }
p { color: rgb(49,10,43); }
H1.HeaderClassName
{
color: #310A2B;
}
.AnyTagClassName
{
color: #310A2B;
}
</style>
background-color css
<style>
a { background-color: #310A2B; }
a { background-color: rgb(49,10,43); }
div.DivClassName
{
background-color: #310A2B;
}
.BgClassName
{
background-color: #310A2B;
}
</style>
border-color css
<style>
span { border-color: #310A2B; }
span { border-color: rgb(49,10,43); }
td.TdClassName
{
border-color: #310A2B;
}
.TagClassName
{
border-color: #310A2B;
}
</style>