Shades of Mardi Gras #361931
Tints of Mardi Gras #361931
RGB
CMYK
RGB Variations
Color information
#361931 (or 0x361931) is known color: Mardi Gras. HEX triplet: 36, 19 and 31. RGB value is (54,25,49). Sum of RGB (Red+Green+Blue) = 54+25+49=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #361931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361931 is #C9E6CE. Grayscale: #242424. Windows color (decimal): -13231823 or 3217718. OLE color: 3217718.
HSL color Cylindrical-coordinate representation of color #361931: hue angle of 310.34º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #361931 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 49 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.79 |
| HSL | 310.34º | 0.37% | 0.15% | - |
| HSV(B) | 310.34º | 0.54% | 0.21% | - |
| XYZ | 2.42 | 1.7 | 3.11 | - |
| YUV | 36.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 49 | 0 | 0.54 | 0.09 | 0.79 | 310.34 | 0.37 | 0.15 |
| Hex | 36 | 19 | 31 | 0 | 36 | 9 | 4F | 136 | 25 | F |
| Octal | 66 | 31 | 61 | 0 | 66 | 11 | 117 | 466 | 45 | 17 |
| Binary | 110110 | 11001 | 110001 | 0 | 110110 | 1001 | 1001111 | 100110110 | 100101 | 1111 |
Color Harmonies of #361931
Complementary color
Monochromatic Colors of #361931
Black with #361931
Text Example
Text Example
White with #361931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361931; }
p { color: rgb(54,25,49); }
H1.HeaderClassName
{
color: #361931;
}
.AnyTagClassName
{
color: #361931;
}
</style>
background-color css
<style>
a { background-color: #361931; }
a { background-color: rgb(54,25,49); }
div.DivClassName
{
background-color: #361931;
}
.BgClassName
{
background-color: #361931;
}
</style>
border-color css
<style>
span { border-color: #361931; }
span { border-color: rgb(54,25,49); }
td.TdClassName
{
border-color: #361931;
}
.TagClassName
{
border-color: #361931;
}
</style>