Shades of Mardi Gras #362139
Tints of Mardi Gras #362139
RGB
CMYK
RGB Variations
Color information
#362139 (or 0x362139) is known color: Mardi Gras. HEX triplet: 36, 21 and 39. RGB value is (54,33,57). Sum of RGB (Red+Green+Blue) = 54+33+57=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #362139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362139 is #C9DEC6. Grayscale: #292929. Windows color (decimal): -13229767 or 3744054. OLE color: 3744054.
HSL color Cylindrical-coordinate representation of color #362139: hue angle of 292.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #362139 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 33 | 57 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.78 |
| HSL | 292.5º | 0.27% | 0.18% | - |
| HSV(B) | 292.5º | 0.42% | 0.22% | - |
| XYZ | 2.8 | 2.17 | 4.14 | - |
| YUV | 42.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 57 | 0.05 | 0.42 | 0 | 0.78 | 292.5 | 0.27 | 0.18 |
| Hex | 36 | 21 | 39 | 5 | 2A | 0 | 4E | 124 | 1B | 12 |
| Octal | 66 | 41 | 71 | 5 | 52 | 0 | 116 | 444 | 33 | 22 |
| Binary | 110110 | 100001 | 111001 | 101 | 101010 | 0 | 1001110 | 100100100 | 11011 | 10010 |
Color Harmonies of #362139
Complementary color
Monochromatic Colors of #362139
Black with #362139
Text Example
Text Example
White with #362139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362139; }
p { color: rgb(54,33,57); }
H1.HeaderClassName
{
color: #362139;
}
.AnyTagClassName
{
color: #362139;
}
</style>
background-color css
<style>
a { background-color: #362139; }
a { background-color: rgb(54,33,57); }
div.DivClassName
{
background-color: #362139;
}
.BgClassName
{
background-color: #362139;
}
</style>
border-color css
<style>
span { border-color: #362139; }
span { border-color: rgb(54,33,57); }
td.TdClassName
{
border-color: #362139;
}
.TagClassName
{
border-color: #362139;
}
</style>