Shades of Mardi Gras #36073B
Tints of Mardi Gras #36073B
RGB
CMYK
RGB Variations
Color information
#36073B (or 0x36073B) is known color: Mardi Gras. HEX triplet: 36, 07 and 3B. RGB value is (54,7,59). Sum of RGB (Red+Green+Blue) = 54+7+59=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #36073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36073B is #C9F8C4. Grayscale: #1A1A1A. Windows color (decimal): -13236421 or 3868470. OLE color: 3868470.
HSL color Cylindrical-coordinate representation of color #36073B: hue angle of 294.23º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36073B is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 7 | 59 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.77 |
| HSL | 294.23º | 0.79% | 0.13% | - |
| HSV(B) | 294.23º | 0.88% | 0.23% | - |
| XYZ | 2.39 | 1.25 | 4.25 | - |
| YUV | 26.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 59 | 0.08 | 0.88 | 0 | 0.77 | 294.23 | 0.79 | 0.13 |
| Hex | 36 | 7 | 3B | 8 | 58 | 0 | 4D | 126 | 4F | D |
| Octal | 66 | 7 | 73 | 10 | 130 | 0 | 115 | 446 | 117 | 15 |
| Binary | 110110 | 111 | 111011 | 1000 | 1011000 | 0 | 1001101 | 100100110 | 1001111 | 1101 |
Color Harmonies of #36073B
Complementary color
Monochromatic Colors of #36073B
Black with #36073B
Text Example
Text Example
White with #36073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36073B; }
p { color: rgb(54,7,59); }
H1.HeaderClassName
{
color: #36073B;
}
.AnyTagClassName
{
color: #36073B;
}
</style>
background-color css
<style>
a { background-color: #36073B; }
a { background-color: rgb(54,7,59); }
div.DivClassName
{
background-color: #36073B;
}
.BgClassName
{
background-color: #36073B;
}
</style>
border-color css
<style>
span { border-color: #36073B; }
span { border-color: rgb(54,7,59); }
td.TdClassName
{
border-color: #36073B;
}
.TagClassName
{
border-color: #36073B;
}
</style>