Shades of Mardi Gras #360937
Tints of Mardi Gras #360937
RGB
CMYK
RGB Variations
Color information
#360937 (or 0x360937) is known color: Mardi Gras. HEX triplet: 36, 09 and 37. RGB value is (54,9,55). Sum of RGB (Red+Green+Blue) = 54+9+55=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #360937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360937 is #C9F6C8. Grayscale: #1B1B1B. Windows color (decimal): -13235913 or 3606838. OLE color: 3606838.
HSL color Cylindrical-coordinate representation of color #360937: hue angle of 298.7º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360937 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 9 | 55 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.78 |
| HSL | 298.7º | 0.72% | 0.13% | - |
| HSV(B) | 298.7º | 0.84% | 0.22% | - |
| XYZ | 2.31 | 1.26 | 3.74 | - |
| YUV | 27.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 55 | 0.02 | 0.84 | 0 | 0.78 | 298.7 | 0.72 | 0.13 |
| Hex | 36 | 9 | 37 | 2 | 54 | 0 | 4E | 12B | 48 | D |
| Octal | 66 | 11 | 67 | 2 | 124 | 0 | 116 | 453 | 110 | 15 |
| Binary | 110110 | 1001 | 110111 | 10 | 1010100 | 0 | 1001110 | 100101011 | 1001000 | 1101 |
Color Harmonies of #360937
Complementary color
Monochromatic Colors of #360937
Black with #360937
Text Example
Text Example
White with #360937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360937; }
p { color: rgb(54,9,55); }
H1.HeaderClassName
{
color: #360937;
}
.AnyTagClassName
{
color: #360937;
}
</style>
background-color css
<style>
a { background-color: #360937; }
a { background-color: rgb(54,9,55); }
div.DivClassName
{
background-color: #360937;
}
.BgClassName
{
background-color: #360937;
}
</style>
border-color css
<style>
span { border-color: #360937; }
span { border-color: rgb(54,9,55); }
td.TdClassName
{
border-color: #360937;
}
.TagClassName
{
border-color: #360937;
}
</style>