Shades of Mardi Gras #31092F
Tints of Mardi Gras #31092F
RGB
CMYK
RGB Variations
Color information
#31092F (or 0x31092F) is known color: Mardi Gras. HEX triplet: 31, 09 and 2F. RGB value is (49,9,47). Sum of RGB (Red+Green+Blue) = 49+9+47=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #31092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092F is #CEF6D0. Grayscale: #191919. Windows color (decimal): -13563601 or 3082545. OLE color: 3082545.
HSL color Cylindrical-coordinate representation of color #31092F: hue angle of 303º 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 #31092F is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 47 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.81 |
| HSL | 303º | 0.69% | 0.11% | - |
| HSV(B) | 303º | 0.82% | 0.19% | - |
| XYZ | 1.88 | 1.05 | 2.79 | - |
| YUV | 25.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 47 | 0 | 0.82 | 0.04 | 0.81 | 303 | 0.69 | 0.11 |
| Hex | 31 | 9 | 2F | 0 | 52 | 4 | 51 | 12F | 45 | B |
| Octal | 61 | 11 | 57 | 0 | 122 | 4 | 121 | 457 | 105 | 13 |
| Binary | 110001 | 1001 | 101111 | 0 | 1010010 | 100 | 1010001 | 100101111 | 1000101 | 1011 |
Color Harmonies of #31092F
Complementary color
Monochromatic Colors of #31092F
Black with #31092F
Text Example
Text Example
White with #31092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31092F; }
p { color: rgb(49,9,47); }
H1.HeaderClassName
{
color: #31092F;
}
.AnyTagClassName
{
color: #31092F;
}
</style>
background-color css
<style>
a { background-color: #31092F; }
a { background-color: rgb(49,9,47); }
div.DivClassName
{
background-color: #31092F;
}
.BgClassName
{
background-color: #31092F;
}
</style>
border-color css
<style>
span { border-color: #31092F; }
span { border-color: rgb(49,9,47); }
td.TdClassName
{
border-color: #31092F;
}
.TagClassName
{
border-color: #31092F;
}
</style>