Shades of Mardi Gras #310B2E
Tints of Mardi Gras #310B2E
RGB
CMYK
RGB Variations
Color information
#310B2E (or 0x310B2E) is known color: Mardi Gras. HEX triplet: 31, 0B and 2E. RGB value is (49,11,46). Sum of RGB (Red+Green+Blue) = 49+11+46=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #310B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B2E is #CEF4D1. Grayscale: #1A1A1A. Windows color (decimal): -13563090 or 3017521. OLE color: 3017521.
HSL color Cylindrical-coordinate representation of color #310B2E: hue angle of 304.74º 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 #310B2E is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 46 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.81 |
| HSL | 304.74º | 0.63% | 0.12% | - |
| HSV(B) | 304.74º | 0.78% | 0.19% | - |
| XYZ | 1.88 | 1.09 | 2.7 | - |
| YUV | 26.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 46 | 0 | 0.78 | 0.06 | 0.81 | 304.74 | 0.63 | 0.12 |
| Hex | 31 | B | 2E | 0 | 4E | 6 | 51 | 131 | 3F | C |
| Octal | 61 | 13 | 56 | 0 | 116 | 6 | 121 | 461 | 77 | 14 |
| Binary | 110001 | 1011 | 101110 | 0 | 1001110 | 110 | 1010001 | 100110001 | 111111 | 1100 |
Color Harmonies of #310B2E
Complementary color
Monochromatic Colors of #310B2E
Black with #310B2E
Text Example
Text Example
White with #310B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B2E; }
p { color: rgb(49,11,46); }
H1.HeaderClassName
{
color: #310B2E;
}
.AnyTagClassName
{
color: #310B2E;
}
</style>
background-color css
<style>
a { background-color: #310B2E; }
a { background-color: rgb(49,11,46); }
div.DivClassName
{
background-color: #310B2E;
}
.BgClassName
{
background-color: #310B2E;
}
</style>
border-color css
<style>
span { border-color: #310B2E; }
span { border-color: rgb(49,11,46); }
td.TdClassName
{
border-color: #310B2E;
}
.TagClassName
{
border-color: #310B2E;
}
</style>