Shades of Mardi Gras #390C3F
Tints of Mardi Gras #390C3F
RGB
CMYK
RGB Variations
Color information
#390C3F (or 0x390C3F) is known color: Mardi Gras. HEX triplet: 39, 0C and 3F. RGB value is (57,12,63). Sum of RGB (Red+Green+Blue) = 57+12+63=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #390C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C3F is #C6F3C0. Grayscale: #1F1F1F. Windows color (decimal): -13038529 or 4131897. OLE color: 4131897.
HSL color Cylindrical-coordinate representation of color #390C3F: hue angle of 292.94º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390C3F is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 12 | 63 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.75 |
| HSL | 292.94º | 0.68% | 0.15% | - |
| HSV(B) | 292.94º | 0.81% | 0.25% | - |
| XYZ | 2.72 | 1.49 | 4.85 | - |
| YUV | 31.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 63 | 0.10 | 0.81 | 0 | 0.75 | 292.94 | 0.68 | 0.15 |
| Hex | 39 | C | 3F | A | 51 | 0 | 4B | 125 | 44 | F |
| Octal | 71 | 14 | 77 | 12 | 121 | 0 | 113 | 445 | 104 | 17 |
| Binary | 111001 | 1100 | 111111 | 1010 | 1010001 | 0 | 1001011 | 100100101 | 1000100 | 1111 |
Color Harmonies of #390C3F
Complementary color
Monochromatic Colors of #390C3F
Black with #390C3F
Text Example
Text Example
White with #390C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C3F; }
p { color: rgb(57,12,63); }
H1.HeaderClassName
{
color: #390C3F;
}
.AnyTagClassName
{
color: #390C3F;
}
</style>
background-color css
<style>
a { background-color: #390C3F; }
a { background-color: rgb(57,12,63); }
div.DivClassName
{
background-color: #390C3F;
}
.BgClassName
{
background-color: #390C3F;
}
</style>
border-color css
<style>
span { border-color: #390C3F; }
span { border-color: rgb(57,12,63); }
td.TdClassName
{
border-color: #390C3F;
}
.TagClassName
{
border-color: #390C3F;
}
</style>