Shades of Mardi Gras #36103C
Tints of Mardi Gras #36103C
RGB
CMYK
RGB Variations
Color information
#36103C (or 0x36103C) is known color: Mardi Gras. HEX triplet: 36, 10 and 3C. RGB value is (54,16,60). Sum of RGB (Red+Green+Blue) = 54+16+60=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #36103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36103C is #C9EFC3. Grayscale: #202020. Windows color (decimal): -13234116 or 3936310. OLE color: 3936310.
HSL color Cylindrical-coordinate representation of color #36103C: hue angle of 291.82º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36103C is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 16 | 60 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.76 |
| HSL | 291.82º | 0.58% | 0.15% | - |
| HSV(B) | 291.82º | 0.73% | 0.24% | - |
| XYZ | 2.52 | 1.48 | 4.43 | - |
| YUV | 32.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 60 | 0.10 | 0.73 | 0 | 0.76 | 291.82 | 0.58 | 0.15 |
| Hex | 36 | 10 | 3C | A | 49 | 0 | 4C | 124 | 3A | F |
| Octal | 66 | 20 | 74 | 12 | 111 | 0 | 114 | 444 | 72 | 17 |
| Binary | 110110 | 10000 | 111100 | 1010 | 1001001 | 0 | 1001100 | 100100100 | 111010 | 1111 |
Color Harmonies of #36103C
Complementary color
Monochromatic Colors of #36103C
Black with #36103C
Text Example
Text Example
White with #36103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36103C; }
p { color: rgb(54,16,60); }
H1.HeaderClassName
{
color: #36103C;
}
.AnyTagClassName
{
color: #36103C;
}
</style>
background-color css
<style>
a { background-color: #36103C; }
a { background-color: rgb(54,16,60); }
div.DivClassName
{
background-color: #36103C;
}
.BgClassName
{
background-color: #36103C;
}
</style>
border-color css
<style>
span { border-color: #36103C; }
span { border-color: rgb(54,16,60); }
td.TdClassName
{
border-color: #36103C;
}
.TagClassName
{
border-color: #36103C;
}
</style>