Shades of Mardi Gras #310B2A
Tints of Mardi Gras #310B2A
RGB
CMYK
RGB Variations
Color information
#310B2A (or 0x310B2A) is known color: Mardi Gras. HEX triplet: 31, 0B and 2A. RGB value is (49,11,42). Sum of RGB (Red+Green+Blue) = 49+11+42=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #310B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B2A is #CEF4D5. Grayscale: #191919. Windows color (decimal): -13563094 or 2755377. OLE color: 2755377.
HSL color Cylindrical-coordinate representation of color #310B2A: hue angle of 311.05º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B2A is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 42 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.81 |
| HSL | 311.05º | 0.63% | 0.12% | - |
| HSV(B) | 311.05º | 0.78% | 0.19% | - |
| XYZ | 1.8 | 1.06 | 2.3 | - |
| YUV | 25.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 42 | 0 | 0.78 | 0.14 | 0.81 | 311.05 | 0.63 | 0.12 |
| Hex | 31 | B | 2A | 0 | 4E | E | 51 | 137 | 3F | C |
| Octal | 61 | 13 | 52 | 0 | 116 | 16 | 121 | 467 | 77 | 14 |
| Binary | 110001 | 1011 | 101010 | 0 | 1001110 | 1110 | 1010001 | 100110111 | 111111 | 1100 |
Color Harmonies of #310B2A
Complementary color
Monochromatic Colors of #310B2A
Black with #310B2A
Text Example
Text Example
White with #310B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B2A; }
p { color: rgb(49,11,42); }
H1.HeaderClassName
{
color: #310B2A;
}
.AnyTagClassName
{
color: #310B2A;
}
</style>
background-color css
<style>
a { background-color: #310B2A; }
a { background-color: rgb(49,11,42); }
div.DivClassName
{
background-color: #310B2A;
}
.BgClassName
{
background-color: #310B2A;
}
</style>
border-color css
<style>
span { border-color: #310B2A; }
span { border-color: rgb(49,11,42); }
td.TdClassName
{
border-color: #310B2A;
}
.TagClassName
{
border-color: #310B2A;
}
</style>