Shades of Mardi Gras #360B37
Tints of Mardi Gras #360B37
RGB
CMYK
RGB Variations
Color information
#360B37 (or 0x360B37) is known color: Mardi Gras. HEX triplet: 36, 0B and 37. RGB value is (54,11,55). Sum of RGB (Red+Green+Blue) = 54+11+55=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #360B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B37 is #C9F4C8. Grayscale: #1C1C1C. Windows color (decimal): -13235401 or 3607350. OLE color: 3607350.
HSL color Cylindrical-coordinate representation of color #360B37: hue angle of 298.64º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B37 is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 11 | 55 | - |
| CMYK | 0.02 | 0.8 | 0 | 0.78 |
| HSL | 298.64º | 0.67% | 0.13% | - |
| HSV(B) | 298.64º | 0.8% | 0.22% | - |
| XYZ | 2.33 | 1.3 | 3.74 | - |
| YUV | 28.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 55 | 0.02 | 0.8 | 0 | 0.78 | 298.64 | 0.67 | 0.13 |
| Hex | 36 | B | 37 | 2 | 50 | 0 | 4E | 12B | 43 | D |
| Octal | 66 | 13 | 67 | 2 | 120 | 0 | 116 | 453 | 103 | 15 |
| Binary | 110110 | 1011 | 110111 | 10 | 1010000 | 0 | 1001110 | 100101011 | 1000011 | 1101 |
Color Harmonies of #360B37
Complementary color
Monochromatic Colors of #360B37
Black with #360B37
Text Example
Text Example
White with #360B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B37; }
p { color: rgb(54,11,55); }
H1.HeaderClassName
{
color: #360B37;
}
.AnyTagClassName
{
color: #360B37;
}
</style>
background-color css
<style>
a { background-color: #360B37; }
a { background-color: rgb(54,11,55); }
div.DivClassName
{
background-color: #360B37;
}
.BgClassName
{
background-color: #360B37;
}
</style>
border-color css
<style>
span { border-color: #360B37; }
span { border-color: rgb(54,11,55); }
td.TdClassName
{
border-color: #360B37;
}
.TagClassName
{
border-color: #360B37;
}
</style>