Shades of Mardi Gras #39163E
Tints of Mardi Gras #39163E
RGB
CMYK
RGB Variations
Color information
#39163E (or 0x39163E) is known color: Mardi Gras. HEX triplet: 39, 16 and 3E. RGB value is (57,22,62). Sum of RGB (Red+Green+Blue) = 57+22+62=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #39163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39163E is #C6E9C1. Grayscale: #242424. Windows color (decimal): -13035970 or 4068921. OLE color: 4068921.
HSL color Cylindrical-coordinate representation of color #39163E: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39163E is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 22 | 62 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.76 |
| HSL | 292.5º | 0.48% | 0.16% | - |
| HSV(B) | 292.5º | 0.65% | 0.24% | - |
| XYZ | 2.84 | 1.79 | 4.75 | - |
| YUV | 37.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 62 | 0.08 | 0.65 | 0 | 0.76 | 292.5 | 0.48 | 0.16 |
| Hex | 39 | 16 | 3E | 8 | 41 | 0 | 4C | 124 | 30 | 10 |
| Octal | 71 | 26 | 76 | 10 | 101 | 0 | 114 | 444 | 60 | 20 |
| Binary | 111001 | 10110 | 111110 | 1000 | 1000001 | 0 | 1001100 | 100100100 | 110000 | 10000 |
Color Harmonies of #39163E
Complementary color
Monochromatic Colors of #39163E
Black with #39163E
Text Example
Text Example
White with #39163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39163E; }
p { color: rgb(57,22,62); }
H1.HeaderClassName
{
color: #39163E;
}
.AnyTagClassName
{
color: #39163E;
}
</style>
background-color css
<style>
a { background-color: #39163E; }
a { background-color: rgb(57,22,62); }
div.DivClassName
{
background-color: #39163E;
}
.BgClassName
{
background-color: #39163E;
}
</style>
border-color css
<style>
span { border-color: #39163E; }
span { border-color: rgb(57,22,62); }
td.TdClassName
{
border-color: #39163E;
}
.TagClassName
{
border-color: #39163E;
}
</style>