Shades of Mardi Gras #36113B
Tints of Mardi Gras #36113B
RGB
CMYK
RGB Variations
Color information
#36113B (or 0x36113B) is known color: Mardi Gras. HEX triplet: 36, 11 and 3B. RGB value is (54,17,59). Sum of RGB (Red+Green+Blue) = 54+17+59=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #36113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36113B is #C9EEC4. Grayscale: #202020. Windows color (decimal): -13233861 or 3871030. OLE color: 3871030.
HSL color Cylindrical-coordinate representation of color #36113B: hue angle of 292.86º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36113B is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 17 | 59 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.77 |
| HSL | 292.86º | 0.55% | 0.15% | - |
| HSV(B) | 292.86º | 0.71% | 0.23% | - |
| XYZ | 2.51 | 1.5 | 4.3 | - |
| YUV | 32.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 59 | 0.08 | 0.71 | 0 | 0.77 | 292.86 | 0.55 | 0.15 |
| Hex | 36 | 11 | 3B | 8 | 47 | 0 | 4D | 125 | 37 | F |
| Octal | 66 | 21 | 73 | 10 | 107 | 0 | 115 | 445 | 67 | 17 |
| Binary | 110110 | 10001 | 111011 | 1000 | 1000111 | 0 | 1001101 | 100100101 | 110111 | 1111 |
Color Harmonies of #36113B
Complementary color
Monochromatic Colors of #36113B
Black with #36113B
Text Example
Text Example
White with #36113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36113B; }
p { color: rgb(54,17,59); }
H1.HeaderClassName
{
color: #36113B;
}
.AnyTagClassName
{
color: #36113B;
}
</style>
background-color css
<style>
a { background-color: #36113B; }
a { background-color: rgb(54,17,59); }
div.DivClassName
{
background-color: #36113B;
}
.BgClassName
{
background-color: #36113B;
}
</style>
border-color css
<style>
span { border-color: #36113B; }
span { border-color: rgb(54,17,59); }
td.TdClassName
{
border-color: #36113B;
}
.TagClassName
{
border-color: #36113B;
}
</style>