Shades of Mardi Gras #360137
Tints of Mardi Gras #360137
RGB
CMYK
RGB Variations
Color information
#360137 (or 0x360137) is known color: Mardi Gras. HEX triplet: 36, 01 and 37. RGB value is (54,1,55). Sum of RGB (Red+Green+Blue) = 54+1+55=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #360137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360137 is #C9FEC8. Grayscale: #161616. Windows color (decimal): -13237961 or 3604790. OLE color: 3604790.
HSL color Cylindrical-coordinate representation of color #360137: hue angle of 298.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360137 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 1 | 55 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.78 |
| HSL | 298.89º | 0.96% | 0.11% | - |
| HSV(B) | 298.89º | 0.98% | 0.22% | - |
| XYZ | 2.22 | 1.08 | 3.71 | - |
| YUV | 23 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 55 | 0.02 | 0.98 | 0 | 0.78 | 298.89 | 0.96 | 0.11 |
| Hex | 36 | 1 | 37 | 2 | 62 | 0 | 4E | 12B | 60 | B |
| Octal | 66 | 1 | 67 | 2 | 142 | 0 | 116 | 453 | 140 | 13 |
| Binary | 110110 | 1 | 110111 | 10 | 1100010 | 0 | 1001110 | 100101011 | 1100000 | 1011 |
Color Harmonies of #360137
Complementary color
Monochromatic Colors of #360137
Black with #360137
Text Example
Text Example
White with #360137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360137; }
p { color: rgb(54,1,55); }
H1.HeaderClassName
{
color: #360137;
}
.AnyTagClassName
{
color: #360137;
}
</style>
background-color css
<style>
a { background-color: #360137; }
a { background-color: rgb(54,1,55); }
div.DivClassName
{
background-color: #360137;
}
.BgClassName
{
background-color: #360137;
}
</style>
border-color css
<style>
span { border-color: #360137; }
span { border-color: rgb(54,1,55); }
td.TdClassName
{
border-color: #360137;
}
.TagClassName
{
border-color: #360137;
}
</style>