Shades of Mardi Gras #36173B
Tints of Mardi Gras #36173B
RGB
CMYK
RGB Variations
Color information
#36173B (or 0x36173B) is known color: Mardi Gras. HEX triplet: 36, 17 and 3B. RGB value is (54,23,59). Sum of RGB (Red+Green+Blue) = 54+23+59=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #36173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36173B is #C9E8C4. Grayscale: #242424. Windows color (decimal): -13232325 or 3872566. OLE color: 3872566.
HSL color Cylindrical-coordinate representation of color #36173B: hue angle of 291.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36173B is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 23 | 59 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.77 |
| HSL | 291.67º | 0.44% | 0.16% | - |
| HSV(B) | 291.67º | 0.61% | 0.23% | - |
| XYZ | 2.62 | 1.71 | 4.33 | - |
| YUV | 36.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 59 | 0.08 | 0.61 | 0 | 0.77 | 291.67 | 0.44 | 0.16 |
| Hex | 36 | 17 | 3B | 8 | 3D | 0 | 4D | 124 | 2C | 10 |
| Octal | 66 | 27 | 73 | 10 | 75 | 0 | 115 | 444 | 54 | 20 |
| Binary | 110110 | 10111 | 111011 | 1000 | 111101 | 0 | 1001101 | 100100100 | 101100 | 10000 |
Color Harmonies of #36173B
Complementary color
Monochromatic Colors of #36173B
Black with #36173B
Text Example
Text Example
White with #36173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36173B; }
p { color: rgb(54,23,59); }
H1.HeaderClassName
{
color: #36173B;
}
.AnyTagClassName
{
color: #36173B;
}
</style>
background-color css
<style>
a { background-color: #36173B; }
a { background-color: rgb(54,23,59); }
div.DivClassName
{
background-color: #36173B;
}
.BgClassName
{
background-color: #36173B;
}
</style>
border-color css
<style>
span { border-color: #36173B; }
span { border-color: rgb(54,23,59); }
td.TdClassName
{
border-color: #36173B;
}
.TagClassName
{
border-color: #36173B;
}
</style>