Shades of Mardi Gras #31102B
Tints of Mardi Gras #31102B
RGB
CMYK
RGB Variations
Color information
#31102B (or 0x31102B) is known color: Mardi Gras. HEX triplet: 31, 10 and 2B. RGB value is (49,16,43). Sum of RGB (Red+Green+Blue) = 49+16+43=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #31102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31102B is #CEEFD4. Grayscale: #1C1C1C. Windows color (decimal): -13561813 or 2822193. OLE color: 2822193.
HSL color Cylindrical-coordinate representation of color #31102B: hue angle of 310.91º 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 #31102B is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 43 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.81 |
| HSL | 310.91º | 0.51% | 0.13% | - |
| HSV(B) | 310.91º | 0.67% | 0.19% | - |
| XYZ | 1.89 | 1.2 | 2.42 | - |
| YUV | 28.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 43 | 0 | 0.67 | 0.12 | 0.81 | 310.91 | 0.51 | 0.13 |
| Hex | 31 | 10 | 2B | 0 | 43 | C | 51 | 137 | 33 | D |
| Octal | 61 | 20 | 53 | 0 | 103 | 14 | 121 | 467 | 63 | 15 |
| Binary | 110001 | 10000 | 101011 | 0 | 1000011 | 1100 | 1010001 | 100110111 | 110011 | 1101 |
Color Harmonies of #31102B
Complementary color
Monochromatic Colors of #31102B
Black with #31102B
Text Example
Text Example
White with #31102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31102B; }
p { color: rgb(49,16,43); }
H1.HeaderClassName
{
color: #31102B;
}
.AnyTagClassName
{
color: #31102B;
}
</style>
background-color css
<style>
a { background-color: #31102B; }
a { background-color: rgb(49,16,43); }
div.DivClassName
{
background-color: #31102B;
}
.BgClassName
{
background-color: #31102B;
}
</style>
border-color css
<style>
span { border-color: #31102B; }
span { border-color: rgb(49,16,43); }
td.TdClassName
{
border-color: #31102B;
}
.TagClassName
{
border-color: #31102B;
}
</style>