Shades of Mardi Gras #31092B
Tints of Mardi Gras #31092B
RGB
CMYK
RGB Variations
Color information
#31092B (or 0x31092B) is known color: Mardi Gras. HEX triplet: 31, 09 and 2B. RGB value is (49,9,43). Sum of RGB (Red+Green+Blue) = 49+9+43=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31092B is #CEF6D4. Grayscale: #181818. Windows color (decimal): -13563605 or 2820401. OLE color: 2820401.
HSL color Cylindrical-coordinate representation of color #31092B: hue angle of 309º 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 #31092B is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 43 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.81 |
| HSL | 309º | 0.69% | 0.11% | - |
| HSV(B) | 309º | 0.82% | 0.19% | - |
| XYZ | 1.8 | 1.02 | 2.39 | - |
| YUV | 24.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 43 | 0 | 0.82 | 0.12 | 0.81 | 309 | 0.69 | 0.11 |
| Hex | 31 | 9 | 2B | 0 | 52 | C | 51 | 135 | 45 | B |
| Octal | 61 | 11 | 53 | 0 | 122 | 14 | 121 | 465 | 105 | 13 |
| Binary | 110001 | 1001 | 101011 | 0 | 1010010 | 1100 | 1010001 | 100110101 | 1000101 | 1011 |
Color Harmonies of #31092B
Complementary color
Monochromatic Colors of #31092B
Black with #31092B
Text Example
Text Example
White with #31092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31092B; }
p { color: rgb(49,9,43); }
H1.HeaderClassName
{
color: #31092B;
}
.AnyTagClassName
{
color: #31092B;
}
</style>
background-color css
<style>
a { background-color: #31092B; }
a { background-color: rgb(49,9,43); }
div.DivClassName
{
background-color: #31092B;
}
.BgClassName
{
background-color: #31092B;
}
</style>
border-color css
<style>
span { border-color: #31092B; }
span { border-color: rgb(49,9,43); }
td.TdClassName
{
border-color: #31092B;
}
.TagClassName
{
border-color: #31092B;
}
</style>