Shades of Mardi Gras #36003A
Tints of Mardi Gras #36003A
RGB
CMYK
RGB Variations
Color information
#36003A (or 0x36003A) is known color: Mardi Gras. HEX triplet: 36, 00 and 3A. RGB value is (54,0,58). Sum of RGB (Red+Green+Blue) = 54+0+58=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #36003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36003A is #C9FFC5. Grayscale: #161616. Windows color (decimal): -13238214 or 3801142. OLE color: 3801142.
HSL color Cylindrical-coordinate representation of color #36003A: hue angle of 295.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36003A is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 0 | 58 | - |
| CMYK | 0.07 | 1 | 0 | 0.77 |
| HSL | 295.86º | 1% | 0.11% | - |
| HSV(B) | 295.86º | 1% | 0.23% | - |
| XYZ | 2.29 | 1.09 | 4.09 | - |
| YUV | 22.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 58 | 0.07 | 1 | 0 | 0.77 | 295.86 | 1 | 0.11 |
| Hex | 36 | 0 | 3A | 7 | 64 | 0 | 4D | 128 | 64 | B |
| Octal | 66 | 0 | 72 | 7 | 144 | 0 | 115 | 450 | 144 | 13 |
| Binary | 110110 | 0 | 111010 | 111 | 1100100 | 0 | 1001101 | 100101000 | 1100100 | 1011 |
Color Harmonies of #36003A
Complementary color
Monochromatic Colors of #36003A
Black with #36003A
Text Example
Text Example
White with #36003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36003A; }
p { color: rgb(54,0,58); }
H1.HeaderClassName
{
color: #36003A;
}
.AnyTagClassName
{
color: #36003A;
}
</style>
background-color css
<style>
a { background-color: #36003A; }
a { background-color: rgb(54,0,58); }
div.DivClassName
{
background-color: #36003A;
}
.BgClassName
{
background-color: #36003A;
}
</style>
border-color css
<style>
span { border-color: #36003A; }
span { border-color: rgb(54,0,58); }
td.TdClassName
{
border-color: #36003A;
}
.TagClassName
{
border-color: #36003A;
}
</style>