Shades of Mardi Gras #351931
Tints of Mardi Gras #351931
RGB
CMYK
RGB Variations
Color information
#351931 (or 0x351931) is known color: Mardi Gras. HEX triplet: 35, 19 and 31. RGB value is (53,25,49). Sum of RGB (Red+Green+Blue) = 53+25+49=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #351931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351931 is #CAE6CE. Grayscale: #242424. Windows color (decimal): -13297359 or 3217717. OLE color: 3217717.
HSL color Cylindrical-coordinate representation of color #351931: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351931 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 25 | 49 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.79 |
| HSL | 308.57º | 0.36% | 0.15% | - |
| HSV(B) | 308.57º | 0.53% | 0.21% | - |
| XYZ | 2.37 | 1.67 | 3.1 | - |
| YUV | 36.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 49 | 0 | 0.53 | 0.08 | 0.79 | 308.57 | 0.36 | 0.15 |
| Hex | 35 | 19 | 31 | 0 | 35 | 8 | 4F | 135 | 24 | F |
| Octal | 65 | 31 | 61 | 0 | 65 | 10 | 117 | 465 | 44 | 17 |
| Binary | 110101 | 11001 | 110001 | 0 | 110101 | 1000 | 1001111 | 100110101 | 100100 | 1111 |
Color Harmonies of #351931
Complementary color
Monochromatic Colors of #351931
Black with #351931
Text Example
Text Example
White with #351931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351931; }
p { color: rgb(53,25,49); }
H1.HeaderClassName
{
color: #351931;
}
.AnyTagClassName
{
color: #351931;
}
</style>
background-color css
<style>
a { background-color: #351931; }
a { background-color: rgb(53,25,49); }
div.DivClassName
{
background-color: #351931;
}
.BgClassName
{
background-color: #351931;
}
</style>
border-color css
<style>
span { border-color: #351931; }
span { border-color: rgb(53,25,49); }
td.TdClassName
{
border-color: #351931;
}
.TagClassName
{
border-color: #351931;
}
</style>