Shades of Mardi Gras #39193E
Tints of Mardi Gras #39193E
RGB
CMYK
RGB Variations
Color information
#39193E (or 0x39193E) is known color: Mardi Gras. HEX triplet: 39, 19 and 3E. RGB value is (57,25,62). Sum of RGB (Red+Green+Blue) = 57+25+62=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #39193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39193E is #C6E6C1. Grayscale: #262626. Windows color (decimal): -13035202 or 4069689. OLE color: 4069689.
HSL color Cylindrical-coordinate representation of color #39193E: hue angle of 291.89º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39193E is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 25 | 62 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.76 |
| HSL | 291.89º | 0.43% | 0.17% | - |
| HSV(B) | 291.89º | 0.6% | 0.24% | - |
| XYZ | 2.9 | 1.91 | 4.77 | - |
| YUV | 38.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 62 | 0.08 | 0.60 | 0 | 0.76 | 291.89 | 0.43 | 0.17 |
| Hex | 39 | 19 | 3E | 8 | 3C | 0 | 4C | 124 | 2B | 11 |
| Octal | 71 | 31 | 76 | 10 | 74 | 0 | 114 | 444 | 53 | 21 |
| Binary | 111001 | 11001 | 111110 | 1000 | 111100 | 0 | 1001100 | 100100100 | 101011 | 10001 |
Color Harmonies of #39193E
Complementary color
Monochromatic Colors of #39193E
Black with #39193E
Text Example
Text Example
White with #39193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39193E; }
p { color: rgb(57,25,62); }
H1.HeaderClassName
{
color: #39193E;
}
.AnyTagClassName
{
color: #39193E;
}
</style>
background-color css
<style>
a { background-color: #39193E; }
a { background-color: rgb(57,25,62); }
div.DivClassName
{
background-color: #39193E;
}
.BgClassName
{
background-color: #39193E;
}
</style>
border-color css
<style>
span { border-color: #39193E; }
span { border-color: rgb(57,25,62); }
td.TdClassName
{
border-color: #39193E;
}
.TagClassName
{
border-color: #39193E;
}
</style>