Shades of Mardi Gras #36243A
Tints of Mardi Gras #36243A
RGB
CMYK
RGB Variations
Color information
#36243A (or 0x36243A) is known color: Mardi Gras. HEX triplet: 36, 24 and 3A. RGB value is (54,36,58). Sum of RGB (Red+Green+Blue) = 54+36+58=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #36243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36243A is #C9DBC5. Grayscale: #2B2B2B. Windows color (decimal): -13228998 or 3810358. OLE color: 3810358.
HSL color Cylindrical-coordinate representation of color #36243A: hue angle of 289.09º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36243A is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 36 | 58 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.77 |
| HSL | 289.09º | 0.23% | 0.18% | - |
| HSV(B) | 289.09º | 0.38% | 0.23% | - |
| XYZ | 2.92 | 2.35 | 4.3 | - |
| YUV | 43.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 58 | 0.07 | 0.38 | 0 | 0.77 | 289.09 | 0.23 | 0.18 |
| Hex | 36 | 24 | 3A | 7 | 26 | 0 | 4D | 121 | 17 | 12 |
| Octal | 66 | 44 | 72 | 7 | 46 | 0 | 115 | 441 | 27 | 22 |
| Binary | 110110 | 100100 | 111010 | 111 | 100110 | 0 | 1001101 | 100100001 | 10111 | 10010 |
Color Harmonies of #36243A
Complementary color
Monochromatic Colors of #36243A
Black with #36243A
Text Example
Text Example
White with #36243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36243A; }
p { color: rgb(54,36,58); }
H1.HeaderClassName
{
color: #36243A;
}
.AnyTagClassName
{
color: #36243A;
}
</style>
background-color css
<style>
a { background-color: #36243A; }
a { background-color: rgb(54,36,58); }
div.DivClassName
{
background-color: #36243A;
}
.BgClassName
{
background-color: #36243A;
}
</style>
border-color css
<style>
span { border-color: #36243A; }
span { border-color: rgb(54,36,58); }
td.TdClassName
{
border-color: #36243A;
}
.TagClassName
{
border-color: #36243A;
}
</style>