Shades of Mardi Gras #310A30
Tints of Mardi Gras #310A30
RGB
CMYK
RGB Variations
Color information
#310A30 (or 0x310A30) is known color: Mardi Gras. HEX triplet: 31, 0A and 30. RGB value is (49,10,48). Sum of RGB (Red+Green+Blue) = 49+10+48=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #310A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A30 is #CEF5CF. Grayscale: #191919. Windows color (decimal): -13563344 or 3148337. OLE color: 3148337.
HSL color Cylindrical-coordinate representation of color #310A30: hue angle of 301.54º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A30 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 48 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.81 |
| HSL | 301.54º | 0.66% | 0.12% | - |
| HSV(B) | 301.54º | 0.8% | 0.19% | - |
| XYZ | 1.91 | 1.08 | 2.9 | - |
| YUV | 25.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 48 | 0 | 0.80 | 0.02 | 0.81 | 301.54 | 0.66 | 0.12 |
| Hex | 31 | A | 30 | 0 | 50 | 2 | 51 | 12E | 42 | C |
| Octal | 61 | 12 | 60 | 0 | 120 | 2 | 121 | 456 | 102 | 14 |
| Binary | 110001 | 1010 | 110000 | 0 | 1010000 | 10 | 1010001 | 100101110 | 1000010 | 1100 |
Color Harmonies of #310A30
Complementary color
Monochromatic Colors of #310A30
Black with #310A30
Text Example
Text Example
White with #310A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A30; }
p { color: rgb(49,10,48); }
H1.HeaderClassName
{
color: #310A30;
}
.AnyTagClassName
{
color: #310A30;
}
</style>
background-color css
<style>
a { background-color: #310A30; }
a { background-color: rgb(49,10,48); }
div.DivClassName
{
background-color: #310A30;
}
.BgClassName
{
background-color: #310A30;
}
</style>
border-color css
<style>
span { border-color: #310A30; }
span { border-color: rgb(49,10,48); }
td.TdClassName
{
border-color: #310A30;
}
.TagClassName
{
border-color: #310A30;
}
</style>