Shades of Mardi Gras #360F37
Tints of Mardi Gras #360F37
RGB
CMYK
RGB Variations
Color information
#360F37 (or 0x360F37) is known color: Mardi Gras. HEX triplet: 36, 0F and 37. RGB value is (54,15,55). Sum of RGB (Red+Green+Blue) = 54+15+55=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #360F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F37 is #C9F0C8. Grayscale: #1F1F1F. Windows color (decimal): -13234377 or 3608374. OLE color: 3608374.
HSL color Cylindrical-coordinate representation of color #360F37: hue angle of 298.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #360F37 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 15 | 55 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.78 |
| HSL | 298.5º | 0.57% | 0.14% | - |
| HSV(B) | 298.5º | 0.73% | 0.22% | - |
| XYZ | 2.38 | 1.4 | 3.76 | - |
| YUV | 31.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 55 | 0.02 | 0.73 | 0 | 0.78 | 298.5 | 0.57 | 0.14 |
| Hex | 36 | F | 37 | 2 | 49 | 0 | 4E | 12A | 39 | E |
| Octal | 66 | 17 | 67 | 2 | 111 | 0 | 116 | 452 | 71 | 16 |
| Binary | 110110 | 1111 | 110111 | 10 | 1001001 | 0 | 1001110 | 100101010 | 111001 | 1110 |
Color Harmonies of #360F37
Complementary color
Monochromatic Colors of #360F37
Black with #360F37
Text Example
Text Example
White with #360F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F37; }
p { color: rgb(54,15,55); }
H1.HeaderClassName
{
color: #360F37;
}
.AnyTagClassName
{
color: #360F37;
}
</style>
background-color css
<style>
a { background-color: #360F37; }
a { background-color: rgb(54,15,55); }
div.DivClassName
{
background-color: #360F37;
}
.BgClassName
{
background-color: #360F37;
}
</style>
border-color css
<style>
span { border-color: #360F37; }
span { border-color: rgb(54,15,55); }
td.TdClassName
{
border-color: #360F37;
}
.TagClassName
{
border-color: #360F37;
}
</style>