Shades of Mardi Gras #39193F
Tints of Mardi Gras #39193F
RGB
CMYK
RGB Variations
Color information
#39193F (or 0x39193F) is known color: Mardi Gras. HEX triplet: 39, 19 and 3F. RGB value is (57,25,63). Sum of RGB (Red+Green+Blue) = 57+25+63=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #39193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39193F is #C6E6C0. Grayscale: #262626. Windows color (decimal): -13035201 or 4135225. OLE color: 4135225.
HSL color Cylindrical-coordinate representation of color #39193F: hue angle of 290.53º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39193F is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 25 | 63 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.75 |
| HSL | 290.53º | 0.43% | 0.17% | - |
| HSV(B) | 290.53º | 0.6% | 0.25% | - |
| XYZ | 2.93 | 1.92 | 4.92 | - |
| YUV | 38.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 63 | 0.10 | 0.60 | 0 | 0.75 | 290.53 | 0.43 | 0.17 |
| Hex | 39 | 19 | 3F | A | 3C | 0 | 4B | 123 | 2B | 11 |
| Octal | 71 | 31 | 77 | 12 | 74 | 0 | 113 | 443 | 53 | 21 |
| Binary | 111001 | 11001 | 111111 | 1010 | 111100 | 0 | 1001011 | 100100011 | 101011 | 10001 |
Color Harmonies of #39193F
Complementary color
Monochromatic Colors of #39193F
Black with #39193F
Text Example
Text Example
White with #39193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39193F; }
p { color: rgb(57,25,63); }
H1.HeaderClassName
{
color: #39193F;
}
.AnyTagClassName
{
color: #39193F;
}
</style>
background-color css
<style>
a { background-color: #39193F; }
a { background-color: rgb(57,25,63); }
div.DivClassName
{
background-color: #39193F;
}
.BgClassName
{
background-color: #39193F;
}
</style>
border-color css
<style>
span { border-color: #39193F; }
span { border-color: rgb(57,25,63); }
td.TdClassName
{
border-color: #39193F;
}
.TagClassName
{
border-color: #39193F;
}
</style>