Shades of Mardi Gras #360337
Tints of Mardi Gras #360337
RGB
CMYK
RGB Variations
Color information
#360337 (or 0x360337) is known color: Mardi Gras. HEX triplet: 36, 03 and 37. RGB value is (54,3,55). Sum of RGB (Red+Green+Blue) = 54+3+55=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #360337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360337 is #C9FCC8. Grayscale: #181818. Windows color (decimal): -13237449 or 3605302. OLE color: 3605302.
HSL color Cylindrical-coordinate representation of color #360337: hue angle of 298.85º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360337 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 3 | 55 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.78 |
| HSL | 298.85º | 0.9% | 0.11% | - |
| HSV(B) | 298.85º | 0.95% | 0.22% | - |
| XYZ | 2.24 | 1.13 | 3.71 | - |
| YUV | 24.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 55 | 0.02 | 0.95 | 0 | 0.78 | 298.85 | 0.9 | 0.11 |
| Hex | 36 | 3 | 37 | 2 | 5F | 0 | 4E | 12B | 5A | B |
| Octal | 66 | 3 | 67 | 2 | 137 | 0 | 116 | 453 | 132 | 13 |
| Binary | 110110 | 11 | 110111 | 10 | 1011111 | 0 | 1001110 | 100101011 | 1011010 | 1011 |
Color Harmonies of #360337
Complementary color
Monochromatic Colors of #360337
Black with #360337
Text Example
Text Example
White with #360337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360337; }
p { color: rgb(54,3,55); }
H1.HeaderClassName
{
color: #360337;
}
.AnyTagClassName
{
color: #360337;
}
</style>
background-color css
<style>
a { background-color: #360337; }
a { background-color: rgb(54,3,55); }
div.DivClassName
{
background-color: #360337;
}
.BgClassName
{
background-color: #360337;
}
</style>
border-color css
<style>
span { border-color: #360337; }
span { border-color: rgb(54,3,55); }
td.TdClassName
{
border-color: #360337;
}
.TagClassName
{
border-color: #360337;
}
</style>