Shades of Mardi Gras #311F30
Tints of Mardi Gras #311F30
RGB
CMYK
RGB Variations
Color information
#311F30 (or 0x311F30) is known color: Mardi Gras. HEX triplet: 31, 1F and 30. RGB value is (49,31,48). Sum of RGB (Red+Green+Blue) = 49+31+48=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #311F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F30 is #CEE0CF. Grayscale: #262626. Windows color (decimal): -13557968 or 3153713. OLE color: 3153713.
HSL color Cylindrical-coordinate representation of color #311F30: hue angle of 303.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F30 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 31 | 48 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.81 |
| HSL | 303.33º | 0.23% | 0.16% | - |
| HSV(B) | 303.33º | 0.37% | 0.19% | - |
| XYZ | 2.29 | 1.85 | 3.03 | - |
| YUV | 38.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 48 | 0 | 0.37 | 0.02 | 0.81 | 303.33 | 0.23 | 0.16 |
| Hex | 31 | 1F | 30 | 0 | 25 | 2 | 51 | 12F | 16 | 10 |
| Octal | 61 | 37 | 60 | 0 | 45 | 2 | 121 | 457 | 26 | 20 |
| Binary | 110001 | 11111 | 110000 | 0 | 100101 | 10 | 1010001 | 100101111 | 10110 | 10000 |
Color Harmonies of #311F30
Complementary color
Monochromatic Colors of #311F30
Black with #311F30
Text Example
Text Example
White with #311F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F30; }
p { color: rgb(49,31,48); }
H1.HeaderClassName
{
color: #311F30;
}
.AnyTagClassName
{
color: #311F30;
}
</style>
background-color css
<style>
a { background-color: #311F30; }
a { background-color: rgb(49,31,48); }
div.DivClassName
{
background-color: #311F30;
}
.BgClassName
{
background-color: #311F30;
}
</style>
border-color css
<style>
span { border-color: #311F30; }
span { border-color: rgb(49,31,48); }
td.TdClassName
{
border-color: #311F30;
}
.TagClassName
{
border-color: #311F30;
}
</style>