Shades of Mardi Gras #360E37
Tints of Mardi Gras #360E37
RGB
CMYK
RGB Variations
Color information
#360E37 (or 0x360E37) is known color: Mardi Gras. HEX triplet: 36, 0E and 37. RGB value is (54,14,55). Sum of RGB (Red+Green+Blue) = 54+14+55=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #360E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E37 is #C9F1C8. Grayscale: #1E1E1E. Windows color (decimal): -13234633 or 3608118. OLE color: 3608118.
HSL color Cylindrical-coordinate representation of color #360E37: hue angle of 298.54º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #360E37 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 14 | 55 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.78 |
| HSL | 298.54º | 0.59% | 0.14% | - |
| HSV(B) | 298.54º | 0.75% | 0.22% | - |
| XYZ | 2.37 | 1.37 | 3.75 | - |
| YUV | 30.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 55 | 0.02 | 0.75 | 0 | 0.78 | 298.54 | 0.59 | 0.14 |
| Hex | 36 | E | 37 | 2 | 4B | 0 | 4E | 12B | 3B | E |
| Octal | 66 | 16 | 67 | 2 | 113 | 0 | 116 | 453 | 73 | 16 |
| Binary | 110110 | 1110 | 110111 | 10 | 1001011 | 0 | 1001110 | 100101011 | 111011 | 1110 |
Color Harmonies of #360E37
Complementary color
Monochromatic Colors of #360E37
Black with #360E37
Text Example
Text Example
White with #360E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E37; }
p { color: rgb(54,14,55); }
H1.HeaderClassName
{
color: #360E37;
}
.AnyTagClassName
{
color: #360E37;
}
</style>
background-color css
<style>
a { background-color: #360E37; }
a { background-color: rgb(54,14,55); }
div.DivClassName
{
background-color: #360E37;
}
.BgClassName
{
background-color: #360E37;
}
</style>
border-color css
<style>
span { border-color: #360E37; }
span { border-color: rgb(54,14,55); }
td.TdClassName
{
border-color: #360E37;
}
.TagClassName
{
border-color: #360E37;
}
</style>