Shades of Mardi Gras #360E3A
Tints of Mardi Gras #360E3A
RGB
CMYK
RGB Variations
Color information
#360E3A (or 0x360E3A) is known color: Mardi Gras. HEX triplet: 36, 0E and 3A. RGB value is (54,14,58). Sum of RGB (Red+Green+Blue) = 54+14+58=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #360E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E3A is #C9F1C5. Grayscale: #1E1E1E. Windows color (decimal): -13234630 or 3804726. OLE color: 3804726.
HSL color Cylindrical-coordinate representation of color #360E3A: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360E3A is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 14 | 58 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.77 |
| HSL | 294.55º | 0.61% | 0.14% | - |
| HSV(B) | 294.55º | 0.76% | 0.23% | - |
| XYZ | 2.44 | 1.4 | 4.15 | - |
| YUV | 30.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 58 | 0.07 | 0.76 | 0 | 0.77 | 294.55 | 0.61 | 0.14 |
| Hex | 36 | E | 3A | 7 | 4C | 0 | 4D | 127 | 3D | E |
| Octal | 66 | 16 | 72 | 7 | 114 | 0 | 115 | 447 | 75 | 16 |
| Binary | 110110 | 1110 | 111010 | 111 | 1001100 | 0 | 1001101 | 100100111 | 111101 | 1110 |
Color Harmonies of #360E3A
Complementary color
Monochromatic Colors of #360E3A
Black with #360E3A
Text Example
Text Example
White with #360E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E3A; }
p { color: rgb(54,14,58); }
H1.HeaderClassName
{
color: #360E3A;
}
.AnyTagClassName
{
color: #360E3A;
}
</style>
background-color css
<style>
a { background-color: #360E3A; }
a { background-color: rgb(54,14,58); }
div.DivClassName
{
background-color: #360E3A;
}
.BgClassName
{
background-color: #360E3A;
}
</style>
border-color css
<style>
span { border-color: #360E3A; }
span { border-color: rgb(54,14,58); }
td.TdClassName
{
border-color: #360E3A;
}
.TagClassName
{
border-color: #360E3A;
}
</style>