Shades of Mardi Gras #390B3A
Tints of Mardi Gras #390B3A
RGB
CMYK
RGB Variations
Color information
#390B3A (or 0x390B3A) is known color: Mardi Gras. HEX triplet: 39, 0B and 3A. RGB value is (57,11,58). Sum of RGB (Red+Green+Blue) = 57+11+58=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #390B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B3A is #C6F4C5. Grayscale: #1D1D1D. Windows color (decimal): -13038790 or 3803961. OLE color: 3803961.
HSL color Cylindrical-coordinate representation of color #390B3A: hue angle of 298.72º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390B3A is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 11 | 58 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.77 |
| HSL | 298.72º | 0.68% | 0.14% | - |
| HSV(B) | 298.72º | 0.81% | 0.23% | - |
| XYZ | 2.57 | 1.41 | 4.14 | - |
| YUV | 30.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 58 | 0.02 | 0.81 | 0 | 0.77 | 298.72 | 0.68 | 0.14 |
| Hex | 39 | B | 3A | 2 | 51 | 0 | 4D | 12B | 44 | E |
| Octal | 71 | 13 | 72 | 2 | 121 | 0 | 115 | 453 | 104 | 16 |
| Binary | 111001 | 1011 | 111010 | 10 | 1010001 | 0 | 1001101 | 100101011 | 1000100 | 1110 |
Color Harmonies of #390B3A
Complementary color
Monochromatic Colors of #390B3A
Black with #390B3A
Text Example
Text Example
White with #390B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B3A; }
p { color: rgb(57,11,58); }
H1.HeaderClassName
{
color: #390B3A;
}
.AnyTagClassName
{
color: #390B3A;
}
</style>
background-color css
<style>
a { background-color: #390B3A; }
a { background-color: rgb(57,11,58); }
div.DivClassName
{
background-color: #390B3A;
}
.BgClassName
{
background-color: #390B3A;
}
</style>
border-color css
<style>
span { border-color: #390B3A; }
span { border-color: rgb(57,11,58); }
td.TdClassName
{
border-color: #390B3A;
}
.TagClassName
{
border-color: #390B3A;
}
</style>