Shades of Mardi Gras #31092E
Tints of Mardi Gras #31092E
RGB
CMYK
RGB Variations
Color information
#31092E (or 0x31092E) is known color: Mardi Gras. HEX triplet: 31, 09 and 2E. RGB value is (49,9,46). Sum of RGB (Red+Green+Blue) = 49+9+46=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #31092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092E is #CEF6D1. Grayscale: #191919. Windows color (decimal): -13563602 or 3017009. OLE color: 3017009.
HSL color Cylindrical-coordinate representation of color #31092E: hue angle of 304.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31092E is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 46 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.81 |
| HSL | 304.5º | 0.69% | 0.11% | - |
| HSV(B) | 304.5º | 0.82% | 0.19% | - |
| XYZ | 1.86 | 1.05 | 2.69 | - |
| YUV | 25.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 46 | 0 | 0.82 | 0.06 | 0.81 | 304.5 | 0.69 | 0.11 |
| Hex | 31 | 9 | 2E | 0 | 52 | 6 | 51 | 130 | 45 | B |
| Octal | 61 | 11 | 56 | 0 | 122 | 6 | 121 | 460 | 105 | 13 |
| Binary | 110001 | 1001 | 101110 | 0 | 1010010 | 110 | 1010001 | 100110000 | 1000101 | 1011 |
Color Harmonies of #31092E
Complementary color
Monochromatic Colors of #31092E
Black with #31092E
Text Example
Text Example
White with #31092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31092E; }
p { color: rgb(49,9,46); }
H1.HeaderClassName
{
color: #31092E;
}
.AnyTagClassName
{
color: #31092E;
}
</style>
background-color css
<style>
a { background-color: #31092E; }
a { background-color: rgb(49,9,46); }
div.DivClassName
{
background-color: #31092E;
}
.BgClassName
{
background-color: #31092E;
}
</style>
border-color css
<style>
span { border-color: #31092E; }
span { border-color: rgb(49,9,46); }
td.TdClassName
{
border-color: #31092E;
}
.TagClassName
{
border-color: #31092E;
}
</style>