Shades of Mardi Gras #31092D
Tints of Mardi Gras #31092D
RGB
CMYK
RGB Variations
Color information
#31092D (or 0x31092D) is known color: Mardi Gras. HEX triplet: 31, 09 and 2D. RGB value is (49,9,45). Sum of RGB (Red+Green+Blue) = 49+9+45=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092D is #CEF6D2. Grayscale: #181818. Windows color (decimal): -13563603 or 2951473. OLE color: 2951473.
HSL color Cylindrical-coordinate representation of color #31092D: hue angle of 306º 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 #31092D is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 45 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.81 |
| HSL | 306º | 0.69% | 0.11% | - |
| HSV(B) | 306º | 0.82% | 0.19% | - |
| XYZ | 1.84 | 1.04 | 2.59 | - |
| YUV | 25.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 45 | 0 | 0.82 | 0.08 | 0.81 | 306 | 0.69 | 0.11 |
| Hex | 31 | 9 | 2D | 0 | 52 | 8 | 51 | 132 | 45 | B |
| Octal | 61 | 11 | 55 | 0 | 122 | 10 | 121 | 462 | 105 | 13 |
| Binary | 110001 | 1001 | 101101 | 0 | 1010010 | 1000 | 1010001 | 100110010 | 1000101 | 1011 |
Color Harmonies of #31092D
Complementary color
Monochromatic Colors of #31092D
Black with #31092D
Text Example
Text Example
White with #31092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31092D; }
p { color: rgb(49,9,45); }
H1.HeaderClassName
{
color: #31092D;
}
.AnyTagClassName
{
color: #31092D;
}
</style>
background-color css
<style>
a { background-color: #31092D; }
a { background-color: rgb(49,9,45); }
div.DivClassName
{
background-color: #31092D;
}
.BgClassName
{
background-color: #31092D;
}
</style>
border-color css
<style>
span { border-color: #31092D; }
span { border-color: rgb(49,9,45); }
td.TdClassName
{
border-color: #31092D;
}
.TagClassName
{
border-color: #31092D;
}
</style>