Shades of Mardi Gras #391232
Tints of Mardi Gras #391232
RGB
CMYK
RGB Variations
Color information
#391232 (or 0x391232) is known color: Mardi Gras. HEX triplet: 39, 12 and 32. RGB value is (57,18,50). Sum of RGB (Red+Green+Blue) = 57+18+50=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #391232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391232 is #C6EDCD. Grayscale: #212121. Windows color (decimal): -13037006 or 3281465. OLE color: 3281465.
HSL color Cylindrical-coordinate representation of color #391232: hue angle of 310.77º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391232 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 18 | 50 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.78 |
| HSL | 310.77º | 0.52% | 0.15% | - |
| HSV(B) | 310.77º | 0.68% | 0.22% | - |
| XYZ | 2.48 | 1.53 | 3.18 | - |
| YUV | 33.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 50 | 0 | 0.68 | 0.12 | 0.78 | 310.77 | 0.52 | 0.15 |
| Hex | 39 | 12 | 32 | 0 | 44 | C | 4E | 137 | 34 | F |
| Octal | 71 | 22 | 62 | 0 | 104 | 14 | 116 | 467 | 64 | 17 |
| Binary | 111001 | 10010 | 110010 | 0 | 1000100 | 1100 | 1001110 | 100110111 | 110100 | 1111 |
Color Harmonies of #391232
Complementary color
Monochromatic Colors of #391232
Black with #391232
Text Example
Text Example
White with #391232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391232; }
p { color: rgb(57,18,50); }
H1.HeaderClassName
{
color: #391232;
}
.AnyTagClassName
{
color: #391232;
}
</style>
background-color css
<style>
a { background-color: #391232; }
a { background-color: rgb(57,18,50); }
div.DivClassName
{
background-color: #391232;
}
.BgClassName
{
background-color: #391232;
}
</style>
border-color css
<style>
span { border-color: #391232; }
span { border-color: rgb(57,18,50); }
td.TdClassName
{
border-color: #391232;
}
.TagClassName
{
border-color: #391232;
}
</style>