Shades of Mardi Gras #31082B
Tints of Mardi Gras #31082B
RGB
CMYK
RGB Variations
Color information
#31082B (or 0x31082B) is known color: Mardi Gras. HEX triplet: 31, 08 and 2B. RGB value is (49,8,43). Sum of RGB (Red+Green+Blue) = 49+8+43=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31082B is #CEF7D4. Grayscale: #181818. Windows color (decimal): -13563861 or 2820145. OLE color: 2820145.
HSL color Cylindrical-coordinate representation of color #31082B: hue angle of 308.78º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31082B is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 8 | 43 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.81 |
| HSL | 308.78º | 0.72% | 0.11% | - |
| HSV(B) | 308.78º | 0.84% | 0.19% | - |
| XYZ | 1.79 | 1 | 2.38 | - |
| YUV | 24.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 43 | 0 | 0.84 | 0.12 | 0.81 | 308.78 | 0.72 | 0.11 |
| Hex | 31 | 8 | 2B | 0 | 54 | C | 51 | 135 | 48 | B |
| Octal | 61 | 10 | 53 | 0 | 124 | 14 | 121 | 465 | 110 | 13 |
| Binary | 110001 | 1000 | 101011 | 0 | 1010100 | 1100 | 1010001 | 100110101 | 1001000 | 1011 |
Color Harmonies of #31082B
Complementary color
Monochromatic Colors of #31082B
Black with #31082B
Text Example
Text Example
White with #31082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31082B; }
p { color: rgb(49,8,43); }
H1.HeaderClassName
{
color: #31082B;
}
.AnyTagClassName
{
color: #31082B;
}
</style>
background-color css
<style>
a { background-color: #31082B; }
a { background-color: rgb(49,8,43); }
div.DivClassName
{
background-color: #31082B;
}
.BgClassName
{
background-color: #31082B;
}
</style>
border-color css
<style>
span { border-color: #31082B; }
span { border-color: rgb(49,8,43); }
td.TdClassName
{
border-color: #31082B;
}
.TagClassName
{
border-color: #31082B;
}
</style>