Shades of Mardi Gras #360D36
Tints of Mardi Gras #360D36
RGB
CMYK
RGB Variations
Color information
#360D36 (or 0x360D36) is known color: Mardi Gras. HEX triplet: 36, 0D and 36. RGB value is (54,13,54). Sum of RGB (Red+Green+Blue) = 54+13+54=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #360D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D36 is #C9F2C9. Grayscale: #1D1D1D. Windows color (decimal): -13234890 or 3542326. OLE color: 3542326.
HSL color Cylindrical-coordinate representation of color #360D36: hue angle of 300º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D36 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 54 | - |
| CMYK | 0 | 0.76 | 0 | 0.79 |
| HSL | 300º | 0.61% | 0.13% | - |
| HSV(B) | 300º | 0.76% | 0.21% | - |
| XYZ | 2.33 | 1.34 | 3.63 | - |
| YUV | 29.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 54 | 0 | 0.76 | 0 | 0.79 | 300 | 0.61 | 0.13 |
| Hex | 36 | D | 36 | 0 | 4C | 0 | 4F | 12C | 3D | D |
| Octal | 66 | 15 | 66 | 0 | 114 | 0 | 117 | 454 | 75 | 15 |
| Binary | 110110 | 1101 | 110110 | 0 | 1001100 | 0 | 1001111 | 100101100 | 111101 | 1101 |
Color Harmonies of #360D36
Complementary color
Monochromatic Colors of #360D36
Black with #360D36
Text Example
Text Example
White with #360D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D36; }
p { color: rgb(54,13,54); }
H1.HeaderClassName
{
color: #360D36;
}
.AnyTagClassName
{
color: #360D36;
}
</style>
background-color css
<style>
a { background-color: #360D36; }
a { background-color: rgb(54,13,54); }
div.DivClassName
{
background-color: #360D36;
}
.BgClassName
{
background-color: #360D36;
}
</style>
border-color css
<style>
span { border-color: #360D36; }
span { border-color: rgb(54,13,54); }
td.TdClassName
{
border-color: #360D36;
}
.TagClassName
{
border-color: #360D36;
}
</style>