Shades of Mardi Gras #310E2B
Tints of Mardi Gras #310E2B
RGB
CMYK
RGB Variations
Color information
#310E2B (or 0x310E2B) is known color: Mardi Gras. HEX triplet: 31, 0E and 2B. RGB value is (49,14,43). Sum of RGB (Red+Green+Blue) = 49+14+43=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #310E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E2B is #CEF1D4. Grayscale: #1B1B1B. Windows color (decimal): -13562325 or 2821681. OLE color: 2821681.
HSL color Cylindrical-coordinate representation of color #310E2B: hue angle of 310.29º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E2B is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 43 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.81 |
| HSL | 310.29º | 0.56% | 0.12% | - |
| HSV(B) | 310.29º | 0.71% | 0.19% | - |
| XYZ | 1.86 | 1.14 | 2.41 | - |
| YUV | 27.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 43 | 0 | 0.71 | 0.12 | 0.81 | 310.29 | 0.56 | 0.12 |
| Hex | 31 | E | 2B | 0 | 47 | C | 51 | 136 | 38 | C |
| Octal | 61 | 16 | 53 | 0 | 107 | 14 | 121 | 466 | 70 | 14 |
| Binary | 110001 | 1110 | 101011 | 0 | 1000111 | 1100 | 1010001 | 100110110 | 111000 | 1100 |
Color Harmonies of #310E2B
Complementary color
Monochromatic Colors of #310E2B
Black with #310E2B
Text Example
Text Example
White with #310E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E2B; }
p { color: rgb(49,14,43); }
H1.HeaderClassName
{
color: #310E2B;
}
.AnyTagClassName
{
color: #310E2B;
}
</style>
background-color css
<style>
a { background-color: #310E2B; }
a { background-color: rgb(49,14,43); }
div.DivClassName
{
background-color: #310E2B;
}
.BgClassName
{
background-color: #310E2B;
}
</style>
border-color css
<style>
span { border-color: #310E2B; }
span { border-color: rgb(49,14,43); }
td.TdClassName
{
border-color: #310E2B;
}
.TagClassName
{
border-color: #310E2B;
}
</style>