Shades of Mardi Gras #36103B
Tints of Mardi Gras #36103B
RGB
CMYK
RGB Variations
Color information
#36103B (or 0x36103B) is known color: Mardi Gras. HEX triplet: 36, 10 and 3B. RGB value is (54,16,59). Sum of RGB (Red+Green+Blue) = 54+16+59=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #36103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36103B is #C9EFC4. Grayscale: #202020. Windows color (decimal): -13234117 or 3870774. OLE color: 3870774.
HSL color Cylindrical-coordinate representation of color #36103B: hue angle of 293.02º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36103B is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 16 | 59 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.77 |
| HSL | 293.02º | 0.57% | 0.15% | - |
| HSV(B) | 293.02º | 0.73% | 0.23% | - |
| XYZ | 2.5 | 1.47 | 4.29 | - |
| YUV | 32.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 59 | 0.08 | 0.73 | 0 | 0.77 | 293.02 | 0.57 | 0.15 |
| Hex | 36 | 10 | 3B | 8 | 49 | 0 | 4D | 125 | 39 | F |
| Octal | 66 | 20 | 73 | 10 | 111 | 0 | 115 | 445 | 71 | 17 |
| Binary | 110110 | 10000 | 111011 | 1000 | 1001001 | 0 | 1001101 | 100100101 | 111001 | 1111 |
Color Harmonies of #36103B
Complementary color
Monochromatic Colors of #36103B
Black with #36103B
Text Example
Text Example
White with #36103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36103B; }
p { color: rgb(54,16,59); }
H1.HeaderClassName
{
color: #36103B;
}
.AnyTagClassName
{
color: #36103B;
}
</style>
background-color css
<style>
a { background-color: #36103B; }
a { background-color: rgb(54,16,59); }
div.DivClassName
{
background-color: #36103B;
}
.BgClassName
{
background-color: #36103B;
}
</style>
border-color css
<style>
span { border-color: #36103B; }
span { border-color: rgb(54,16,59); }
td.TdClassName
{
border-color: #36103B;
}
.TagClassName
{
border-color: #36103B;
}
</style>