Shades of Mardi Gras #311234
Tints of Mardi Gras #311234
RGB
CMYK
RGB Variations
Color information
#311234 (or 0x311234) is known color: Mardi Gras. HEX triplet: 31, 12 and 34. RGB value is (49,18,52). Sum of RGB (Red+Green+Blue) = 49+18+52=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #311234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311234 is #CEEDCB. Grayscale: #1F1F1F. Windows color (decimal): -13561292 or 3412529. OLE color: 3412529.
HSL color Cylindrical-coordinate representation of color #311234: hue angle of 294.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311234 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 18 | 52 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.80 |
| HSL | 294.71º | 0.49% | 0.14% | - |
| HSV(B) | 294.71º | 0.65% | 0.2% | - |
| XYZ | 2.1 | 1.33 | 3.4 | - |
| YUV | 31.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 52 | 0.06 | 0.65 | 0 | 0.80 | 294.71 | 0.49 | 0.14 |
| Hex | 31 | 12 | 34 | 6 | 41 | 0 | 50 | 127 | 31 | E |
| Octal | 61 | 22 | 64 | 6 | 101 | 0 | 120 | 447 | 61 | 16 |
| Binary | 110001 | 10010 | 110100 | 110 | 1000001 | 0 | 1010000 | 100100111 | 110001 | 1110 |
Color Harmonies of #311234
Complementary color
Monochromatic Colors of #311234
Black with #311234
Text Example
Text Example
White with #311234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311234; }
p { color: rgb(49,18,52); }
H1.HeaderClassName
{
color: #311234;
}
.AnyTagClassName
{
color: #311234;
}
</style>
background-color css
<style>
a { background-color: #311234; }
a { background-color: rgb(49,18,52); }
div.DivClassName
{
background-color: #311234;
}
.BgClassName
{
background-color: #311234;
}
</style>
border-color css
<style>
span { border-color: #311234; }
span { border-color: rgb(49,18,52); }
td.TdClassName
{
border-color: #311234;
}
.TagClassName
{
border-color: #311234;
}
</style>