Shades of Mardi Gras #36013A
Tints of Mardi Gras #36013A
RGB
CMYK
RGB Variations
Color information
#36013A (or 0x36013A) is known color: Mardi Gras. HEX triplet: 36, 01 and 3A. RGB value is (54,1,58). Sum of RGB (Red+Green+Blue) = 54+1+58=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #36013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013A is #C9FEC5. Grayscale: #171717. Windows color (decimal): -13237958 or 3801398. OLE color: 3801398.
HSL color Cylindrical-coordinate representation of color #36013A: hue angle of 295.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36013A is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 1 | 58 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.77 |
| HSL | 295.79º | 0.97% | 0.12% | - |
| HSV(B) | 295.79º | 0.98% | 0.23% | - |
| XYZ | 2.3 | 1.11 | 4.1 | - |
| YUV | 23.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 58 | 0.07 | 0.98 | 0 | 0.77 | 295.79 | 0.97 | 0.12 |
| Hex | 36 | 1 | 3A | 7 | 62 | 0 | 4D | 128 | 61 | C |
| Octal | 66 | 1 | 72 | 7 | 142 | 0 | 115 | 450 | 141 | 14 |
| Binary | 110110 | 1 | 111010 | 111 | 1100010 | 0 | 1001101 | 100101000 | 1100001 | 1100 |
Color Harmonies of #36013A
Complementary color
Monochromatic Colors of #36013A
Black with #36013A
Text Example
Text Example
White with #36013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36013A; }
p { color: rgb(54,1,58); }
H1.HeaderClassName
{
color: #36013A;
}
.AnyTagClassName
{
color: #36013A;
}
</style>
background-color css
<style>
a { background-color: #36013A; }
a { background-color: rgb(54,1,58); }
div.DivClassName
{
background-color: #36013A;
}
.BgClassName
{
background-color: #36013A;
}
</style>
border-color css
<style>
span { border-color: #36013A; }
span { border-color: rgb(54,1,58); }
td.TdClassName
{
border-color: #36013A;
}
.TagClassName
{
border-color: #36013A;
}
</style>