Shades of Mardi Gras #360136
Tints of Mardi Gras #360136
RGB
CMYK
RGB Variations
Color information
#360136 (or 0x360136) is known color: Mardi Gras. HEX triplet: 36, 01 and 36. RGB value is (54,1,54). Sum of RGB (Red+Green+Blue) = 54+1+54=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #360136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360136 is #C9FEC9. Grayscale: #161616. Windows color (decimal): -13237962 or 3539254. OLE color: 3539254.
HSL color Cylindrical-coordinate representation of color #360136: hue angle of 300º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360136 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 54 | - |
| CMYK | 0 | 0.98 | 0 | 0.79 |
| HSL | 300º | 0.96% | 0.11% | - |
| HSV(B) | 300º | 0.98% | 0.21% | - |
| XYZ | 2.2 | 1.07 | 3.58 | - |
| YUV | 22.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 54 | 0 | 0.98 | 0 | 0.79 | 300 | 0.96 | 0.11 |
| Hex | 36 | 1 | 36 | 0 | 62 | 0 | 4F | 12C | 60 | B |
| Octal | 66 | 1 | 66 | 0 | 142 | 0 | 117 | 454 | 140 | 13 |
| Binary | 110110 | 1 | 110110 | 0 | 1100010 | 0 | 1001111 | 100101100 | 1100000 | 1011 |
Color Harmonies of #360136
Complementary color
Monochromatic Colors of #360136
Black with #360136
Text Example
Text Example
White with #360136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360136; }
p { color: rgb(54,1,54); }
H1.HeaderClassName
{
color: #360136;
}
.AnyTagClassName
{
color: #360136;
}
</style>
background-color css
<style>
a { background-color: #360136; }
a { background-color: rgb(54,1,54); }
div.DivClassName
{
background-color: #360136;
}
.BgClassName
{
background-color: #360136;
}
</style>
border-color css
<style>
span { border-color: #360136; }
span { border-color: rgb(54,1,54); }
td.TdClassName
{
border-color: #360136;
}
.TagClassName
{
border-color: #360136;
}
</style>