Shades of Mardi Gras #390A36
Tints of Mardi Gras #390A36
RGB
CMYK
RGB Variations
Color information
#390A36 (or 0x390A36) is known color: Mardi Gras. HEX triplet: 39, 0A and 36. RGB value is (57,10,54). Sum of RGB (Red+Green+Blue) = 57+10+54=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #390A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A36 is #C6F5C9. Grayscale: #1C1C1C. Windows color (decimal): -13039050 or 3541561. OLE color: 3541561.
HSL color Cylindrical-coordinate representation of color #390A36: hue angle of 303.83º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A36 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 10 | 54 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.78 |
| HSL | 303.83º | 0.7% | 0.13% | - |
| HSV(B) | 303.83º | 0.82% | 0.22% | - |
| XYZ | 2.46 | 1.35 | 3.62 | - |
| YUV | 29.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 54 | 0 | 0.82 | 0.05 | 0.78 | 303.83 | 0.7 | 0.13 |
| Hex | 39 | A | 36 | 0 | 52 | 5 | 4E | 130 | 46 | D |
| Octal | 71 | 12 | 66 | 0 | 122 | 5 | 116 | 460 | 106 | 15 |
| Binary | 111001 | 1010 | 110110 | 0 | 1010010 | 101 | 1001110 | 100110000 | 1000110 | 1101 |
Color Harmonies of #390A36
Complementary color
Monochromatic Colors of #390A36
Black with #390A36
Text Example
Text Example
White with #390A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A36; }
p { color: rgb(57,10,54); }
H1.HeaderClassName
{
color: #390A36;
}
.AnyTagClassName
{
color: #390A36;
}
</style>
background-color css
<style>
a { background-color: #390A36; }
a { background-color: rgb(57,10,54); }
div.DivClassName
{
background-color: #390A36;
}
.BgClassName
{
background-color: #390A36;
}
</style>
border-color css
<style>
span { border-color: #390A36; }
span { border-color: rgb(57,10,54); }
td.TdClassName
{
border-color: #390A36;
}
.TagClassName
{
border-color: #390A36;
}
</style>