Shades of Mardi Gras #31092C
Tints of Mardi Gras #31092C
RGB
CMYK
RGB Variations
Color information
#31092C (or 0x31092C) is known color: Mardi Gras. HEX triplet: 31, 09 and 2C. RGB value is (49,9,44). Sum of RGB (Red+Green+Blue) = 49+9+44=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092C is #CEF6D3. Grayscale: #181818. Windows color (decimal): -13563604 or 2885937. OLE color: 2885937.
HSL color Cylindrical-coordinate representation of color #31092C: hue angle of 307.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 #31092C is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 44 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.81 |
| HSL | 307.5º | 0.69% | 0.11% | - |
| HSV(B) | 307.5º | 0.82% | 0.19% | - |
| XYZ | 1.82 | 1.03 | 2.49 | - |
| YUV | 24.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 44 | 0 | 0.82 | 0.10 | 0.81 | 307.5 | 0.69 | 0.11 |
| Hex | 31 | 9 | 2C | 0 | 52 | A | 51 | 134 | 45 | B |
| Octal | 61 | 11 | 54 | 0 | 122 | 12 | 121 | 464 | 105 | 13 |
| Binary | 110001 | 1001 | 101100 | 0 | 1010010 | 1010 | 1010001 | 100110100 | 1000101 | 1011 |
Color Harmonies of #31092C
Complementary color
Monochromatic Colors of #31092C
Black with #31092C
Text Example
Text Example
White with #31092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31092C; }
p { color: rgb(49,9,44); }
H1.HeaderClassName
{
color: #31092C;
}
.AnyTagClassName
{
color: #31092C;
}
</style>
background-color css
<style>
a { background-color: #31092C; }
a { background-color: rgb(49,9,44); }
div.DivClassName
{
background-color: #31092C;
}
.BgClassName
{
background-color: #31092C;
}
</style>
border-color css
<style>
span { border-color: #31092C; }
span { border-color: rgb(49,9,44); }
td.TdClassName
{
border-color: #31092C;
}
.TagClassName
{
border-color: #31092C;
}
</style>