Shades of Mardi Gras #311235
Tints of Mardi Gras #311235
RGB
CMYK
RGB Variations
Color information
#311235 (or 0x311235) is known color: Mardi Gras. HEX triplet: 31, 12 and 35. RGB value is (49,18,53). Sum of RGB (Red+Green+Blue) = 49+18+53=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #311235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311235 is #CEEDCA. Grayscale: #1F1F1F. Windows color (decimal): -13561291 or 3478065. OLE color: 3478065.
HSL color Cylindrical-coordinate representation of color #311235: hue angle of 293.14º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311235 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 18 | 53 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.79 |
| HSL | 293.14º | 0.49% | 0.14% | - |
| HSV(B) | 293.14º | 0.66% | 0.21% | - |
| XYZ | 2.13 | 1.34 | 3.52 | - |
| YUV | 31.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 53 | 0.08 | 0.66 | 0 | 0.79 | 293.14 | 0.49 | 0.14 |
| Hex | 31 | 12 | 35 | 8 | 42 | 0 | 4F | 125 | 31 | E |
| Octal | 61 | 22 | 65 | 10 | 102 | 0 | 117 | 445 | 61 | 16 |
| Binary | 110001 | 10010 | 110101 | 1000 | 1000010 | 0 | 1001111 | 100100101 | 110001 | 1110 |
Color Harmonies of #311235
Complementary color
Monochromatic Colors of #311235
Black with #311235
Text Example
Text Example
White with #311235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311235; }
p { color: rgb(49,18,53); }
H1.HeaderClassName
{
color: #311235;
}
.AnyTagClassName
{
color: #311235;
}
</style>
background-color css
<style>
a { background-color: #311235; }
a { background-color: rgb(49,18,53); }
div.DivClassName
{
background-color: #311235;
}
.BgClassName
{
background-color: #311235;
}
</style>
border-color css
<style>
span { border-color: #311235; }
span { border-color: rgb(49,18,53); }
td.TdClassName
{
border-color: #311235;
}
.TagClassName
{
border-color: #311235;
}
</style>