Shades of Mardi Gras #31072B
Tints of Mardi Gras #31072B
RGB
CMYK
RGB Variations
Color information
#31072B (or 0x31072B) is known color: Mardi Gras. HEX triplet: 31, 07 and 2B. RGB value is (49,7,43). Sum of RGB (Red+Green+Blue) = 49+7+43=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31072B is #CEF8D4. Grayscale: #171717. Windows color (decimal): -13564117 or 2819889. OLE color: 2819889.
HSL color Cylindrical-coordinate representation of color #31072B: hue angle of 308.57º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31072B is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 7 | 43 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.81 |
| HSL | 308.57º | 0.75% | 0.11% | - |
| HSV(B) | 308.57º | 0.86% | 0.19% | - |
| XYZ | 1.78 | 0.98 | 2.38 | - |
| YUV | 23.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 43 | 0 | 0.86 | 0.12 | 0.81 | 308.57 | 0.75 | 0.11 |
| Hex | 31 | 7 | 2B | 0 | 56 | C | 51 | 135 | 4B | B |
| Octal | 61 | 7 | 53 | 0 | 126 | 14 | 121 | 465 | 113 | 13 |
| Binary | 110001 | 111 | 101011 | 0 | 1010110 | 1100 | 1010001 | 100110101 | 1001011 | 1011 |
Color Harmonies of #31072B
Complementary color
Monochromatic Colors of #31072B
Black with #31072B
Text Example
Text Example
White with #31072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31072B; }
p { color: rgb(49,7,43); }
H1.HeaderClassName
{
color: #31072B;
}
.AnyTagClassName
{
color: #31072B;
}
</style>
background-color css
<style>
a { background-color: #31072B; }
a { background-color: rgb(49,7,43); }
div.DivClassName
{
background-color: #31072B;
}
.BgClassName
{
background-color: #31072B;
}
</style>
border-color css
<style>
span { border-color: #31072B; }
span { border-color: rgb(49,7,43); }
td.TdClassName
{
border-color: #31072B;
}
.TagClassName
{
border-color: #31072B;
}
</style>