Shades of Mardi Gras #36002E
Tints of Mardi Gras #36002E
RGB
CMYK
RGB Variations
Color information
#36002E (or 0x36002E) is known color: Mardi Gras. HEX triplet: 36, 00 and 2E. RGB value is (54,0,46). Sum of RGB (Red+Green+Blue) = 54+0+46=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36002E is #C9FFD1. Grayscale: #151515. Windows color (decimal): -13238226 or 3014710. OLE color: 3014710.
HSL color Cylindrical-coordinate representation of color #36002E: hue angle of 308.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36002E is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.15 | 0.79 |
| HSL | 308.89º | 1% | 0.11% | - |
| HSV(B) | 308.89º | 1% | 0.21% | - |
| XYZ | 2.01 | 0.98 | 2.67 | - |
| YUV | 21.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 46 | 0 | 1 | 0.15 | 0.79 | 308.89 | 1 | 0.11 |
| Hex | 36 | 0 | 2E | 0 | 64 | F | 4F | 135 | 64 | B |
| Octal | 66 | 0 | 56 | 0 | 144 | 17 | 117 | 465 | 144 | 13 |
| Binary | 110110 | 0 | 101110 | 0 | 1100100 | 1111 | 1001111 | 100110101 | 1100100 | 1011 |
Color Harmonies of #36002E
Complementary color
Monochromatic Colors of #36002E
Black with #36002E
Text Example
Text Example
White with #36002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36002E; }
p { color: rgb(54,0,46); }
H1.HeaderClassName
{
color: #36002E;
}
.AnyTagClassName
{
color: #36002E;
}
</style>
background-color css
<style>
a { background-color: #36002E; }
a { background-color: rgb(54,0,46); }
div.DivClassName
{
background-color: #36002E;
}
.BgClassName
{
background-color: #36002E;
}
</style>
border-color css
<style>
span { border-color: #36002E; }
span { border-color: rgb(54,0,46); }
td.TdClassName
{
border-color: #36002E;
}
.TagClassName
{
border-color: #36002E;
}
</style>