Shades of Mardi Gras #39053B
Tints of Mardi Gras #39053B
RGB
CMYK
RGB Variations
Color information
#39053B (or 0x39053B) is known color: Mardi Gras. HEX triplet: 39, 05 and 3B. RGB value is (57,5,59). Sum of RGB (Red+Green+Blue) = 57+5+59=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #39053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39053B is #C6FAC4. Grayscale: #1A1A1A. Windows color (decimal): -13040325 or 3867961. OLE color: 3867961.
HSL color Cylindrical-coordinate representation of color #39053B: hue angle of 297.78º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39053B is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 5 | 59 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.77 |
| HSL | 297.78º | 0.84% | 0.13% | - |
| HSV(B) | 297.78º | 0.92% | 0.23% | - |
| XYZ | 2.53 | 1.29 | 4.25 | - |
| YUV | 26.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 59 | 0.03 | 0.92 | 0 | 0.77 | 297.78 | 0.84 | 0.13 |
| Hex | 39 | 5 | 3B | 3 | 5C | 0 | 4D | 12A | 54 | D |
| Octal | 71 | 5 | 73 | 3 | 134 | 0 | 115 | 452 | 124 | 15 |
| Binary | 111001 | 101 | 111011 | 11 | 1011100 | 0 | 1001101 | 100101010 | 1010100 | 1101 |
Color Harmonies of #39053B
Complementary color
Monochromatic Colors of #39053B
Black with #39053B
Text Example
Text Example
White with #39053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39053B; }
p { color: rgb(57,5,59); }
H1.HeaderClassName
{
color: #39053B;
}
.AnyTagClassName
{
color: #39053B;
}
</style>
background-color css
<style>
a { background-color: #39053B; }
a { background-color: rgb(57,5,59); }
div.DivClassName
{
background-color: #39053B;
}
.BgClassName
{
background-color: #39053B;
}
</style>
border-color css
<style>
span { border-color: #39053B; }
span { border-color: rgb(57,5,59); }
td.TdClassName
{
border-color: #39053B;
}
.TagClassName
{
border-color: #39053B;
}
</style>