Shades of Mardi Gras #31092A
Tints of Mardi Gras #31092A
RGB
CMYK
RGB Variations
Color information
#31092A (or 0x31092A) is known color: Mardi Gras. HEX triplet: 31, 09 and 2A. RGB value is (49,9,42). Sum of RGB (Red+Green+Blue) = 49+9+42=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092A is #CEF6D5. Grayscale: #181818. Windows color (decimal): -13563606 or 2754865. OLE color: 2754865.
HSL color Cylindrical-coordinate representation of color #31092A: hue angle of 310.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 #31092A is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 42 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.81 |
| HSL | 310.5º | 0.69% | 0.11% | - |
| HSV(B) | 310.5º | 0.82% | 0.19% | - |
| XYZ | 1.78 | 1.02 | 2.29 | - |
| YUV | 24.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 42 | 0 | 0.82 | 0.14 | 0.81 | 310.5 | 0.69 | 0.11 |
| Hex | 31 | 9 | 2A | 0 | 52 | E | 51 | 136 | 45 | B |
| Octal | 61 | 11 | 52 | 0 | 122 | 16 | 121 | 466 | 105 | 13 |
| Binary | 110001 | 1001 | 101010 | 0 | 1010010 | 1110 | 1010001 | 100110110 | 1000101 | 1011 |
Color Harmonies of #31092A
Complementary color
Monochromatic Colors of #31092A
Black with #31092A
Text Example
Text Example
White with #31092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31092A; }
p { color: rgb(49,9,42); }
H1.HeaderClassName
{
color: #31092A;
}
.AnyTagClassName
{
color: #31092A;
}
</style>
background-color css
<style>
a { background-color: #31092A; }
a { background-color: rgb(49,9,42); }
div.DivClassName
{
background-color: #31092A;
}
.BgClassName
{
background-color: #31092A;
}
</style>
border-color css
<style>
span { border-color: #31092A; }
span { border-color: rgb(49,9,42); }
td.TdClassName
{
border-color: #31092A;
}
.TagClassName
{
border-color: #31092A;
}
</style>