Shades of Mardi Gras #311F32
Tints of Mardi Gras #311F32
RGB
CMYK
RGB Variations
Color information
#311F32 (or 0x311F32) is known color: Mardi Gras. HEX triplet: 31, 1F and 32. RGB value is (49,31,50). Sum of RGB (Red+Green+Blue) = 49+31+50=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 50 - color contains mainly: blue. Hex color #311F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F32 is #CEE0CD. Grayscale: #262626. Windows color (decimal): -13557966 or 3284785. OLE color: 3284785.
HSL color Cylindrical-coordinate representation of color #311F32: hue angle of 296.84º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #311F32 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 31 | 50 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.80 |
| HSL | 296.84º | 0.23% | 0.16% | - |
| HSV(B) | 296.84º | 0.38% | 0.2% | - |
| XYZ | 2.33 | 1.86 | 3.25 | - |
| YUV | 38.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 50 | 0.02 | 0.38 | 0 | 0.80 | 296.84 | 0.23 | 0.16 |
| Hex | 31 | 1F | 32 | 2 | 26 | 0 | 50 | 129 | 17 | 10 |
| Octal | 61 | 37 | 62 | 2 | 46 | 0 | 120 | 451 | 27 | 20 |
| Binary | 110001 | 11111 | 110010 | 10 | 100110 | 0 | 1010000 | 100101001 | 10111 | 10000 |
Color Harmonies of #311F32
Complementary color
Monochromatic Colors of #311F32
Black with #311F32
Text Example
Text Example
White with #311F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F32; }
p { color: rgb(49,31,50); }
H1.HeaderClassName
{
color: #311F32;
}
.AnyTagClassName
{
color: #311F32;
}
</style>
background-color css
<style>
a { background-color: #311F32; }
a { background-color: rgb(49,31,50); }
div.DivClassName
{
background-color: #311F32;
}
.BgClassName
{
background-color: #311F32;
}
</style>
border-color css
<style>
span { border-color: #311F32; }
span { border-color: rgb(49,31,50); }
td.TdClassName
{
border-color: #311F32;
}
.TagClassName
{
border-color: #311F32;
}
</style>