Shades of Mardi Gras #36123A
Tints of Mardi Gras #36123A
RGB
CMYK
RGB Variations
Color information
#36123A (or 0x36123A) is known color: Mardi Gras. HEX triplet: 36, 12 and 3A. RGB value is (54,18,58). Sum of RGB (Red+Green+Blue) = 54+18+58=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #36123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36123A is #C9EDC5. Grayscale: #212121. Windows color (decimal): -13233606 or 3805750. OLE color: 3805750.
HSL color Cylindrical-coordinate representation of color #36123A: hue angle of 294º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36123A is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 18 | 58 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.77 |
| HSL | 294º | 0.53% | 0.15% | - |
| HSV(B) | 294º | 0.69% | 0.23% | - |
| XYZ | 2.5 | 1.52 | 4.16 | - |
| YUV | 33.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 58 | 0.07 | 0.69 | 0 | 0.77 | 294 | 0.53 | 0.15 |
| Hex | 36 | 12 | 3A | 7 | 45 | 0 | 4D | 126 | 35 | F |
| Octal | 66 | 22 | 72 | 7 | 105 | 0 | 115 | 446 | 65 | 17 |
| Binary | 110110 | 10010 | 111010 | 111 | 1000101 | 0 | 1001101 | 100100110 | 110101 | 1111 |
Color Harmonies of #36123A
Complementary color
Monochromatic Colors of #36123A
Black with #36123A
Text Example
Text Example
White with #36123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36123A; }
p { color: rgb(54,18,58); }
H1.HeaderClassName
{
color: #36123A;
}
.AnyTagClassName
{
color: #36123A;
}
</style>
background-color css
<style>
a { background-color: #36123A; }
a { background-color: rgb(54,18,58); }
div.DivClassName
{
background-color: #36123A;
}
.BgClassName
{
background-color: #36123A;
}
</style>
border-color css
<style>
span { border-color: #36123A; }
span { border-color: rgb(54,18,58); }
td.TdClassName
{
border-color: #36123A;
}
.TagClassName
{
border-color: #36123A;
}
</style>