Shades of Mardi Gras #392136
Tints of Mardi Gras #392136
RGB
CMYK
RGB Variations
Color information
#392136 (or 0x392136) is known color: Mardi Gras. HEX triplet: 39, 21 and 36. RGB value is (57,33,54). Sum of RGB (Red+Green+Blue) = 57+33+54=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392136 is #C6DEC9. Grayscale: #2A2A2A. Windows color (decimal): -13033162 or 3547449. OLE color: 3547449.
HSL color Cylindrical-coordinate representation of color #392136: hue angle of 307.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 #392136 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 54 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.78 |
| HSL | 307.5º | 0.27% | 0.18% | - |
| HSV(B) | 307.5º | 0.42% | 0.22% | - |
| XYZ | 2.9 | 2.22 | 3.77 | - |
| YUV | 42.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 54 | 0 | 0.42 | 0.05 | 0.78 | 307.5 | 0.27 | 0.18 |
| Hex | 39 | 21 | 36 | 0 | 2A | 5 | 4E | 134 | 1B | 12 |
| Octal | 71 | 41 | 66 | 0 | 52 | 5 | 116 | 464 | 33 | 22 |
| Binary | 111001 | 100001 | 110110 | 0 | 101010 | 101 | 1001110 | 100110100 | 11011 | 10010 |
Color Harmonies of #392136
Complementary color
Monochromatic Colors of #392136
Black with #392136
Text Example
Text Example
White with #392136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392136; }
p { color: rgb(57,33,54); }
H1.HeaderClassName
{
color: #392136;
}
.AnyTagClassName
{
color: #392136;
}
</style>
background-color css
<style>
a { background-color: #392136; }
a { background-color: rgb(57,33,54); }
div.DivClassName
{
background-color: #392136;
}
.BgClassName
{
background-color: #392136;
}
</style>
border-color css
<style>
span { border-color: #392136; }
span { border-color: rgb(57,33,54); }
td.TdClassName
{
border-color: #392136;
}
.TagClassName
{
border-color: #392136;
}
</style>