Shades of Mardi Gras #390B3E
Tints of Mardi Gras #390B3E
RGB
CMYK
RGB Variations
Color information
#390B3E (or 0x390B3E) is known color: Mardi Gras. HEX triplet: 39, 0B and 3E. RGB value is (57,11,62). Sum of RGB (Red+Green+Blue) = 57+11+62=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #390B3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B3E is #C6F4C1. Grayscale: #1E1E1E. Windows color (decimal): -13038786 or 4066105. OLE color: 4066105.
HSL color Cylindrical-coordinate representation of color #390B3E: hue angle of 294.12º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390B3E is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 11 | 62 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.76 |
| HSL | 294.12º | 0.7% | 0.14% | - |
| HSV(B) | 294.12º | 0.82% | 0.24% | - |
| XYZ | 2.68 | 1.46 | 4.7 | - |
| YUV | 30.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 62 | 0.08 | 0.82 | 0 | 0.76 | 294.12 | 0.7 | 0.14 |
| Hex | 39 | B | 3E | 8 | 52 | 0 | 4C | 126 | 46 | E |
| Octal | 71 | 13 | 76 | 10 | 122 | 0 | 114 | 446 | 106 | 16 |
| Binary | 111001 | 1011 | 111110 | 1000 | 1010010 | 0 | 1001100 | 100100110 | 1000110 | 1110 |
Color Harmonies of #390B3E
Complementary color
Monochromatic Colors of #390B3E
Black with #390B3E
Text Example
Text Example
White with #390B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B3E; }
p { color: rgb(57,11,62); }
H1.HeaderClassName
{
color: #390B3E;
}
.AnyTagClassName
{
color: #390B3E;
}
</style>
background-color css
<style>
a { background-color: #390B3E; }
a { background-color: rgb(57,11,62); }
div.DivClassName
{
background-color: #390B3E;
}
.BgClassName
{
background-color: #390B3E;
}
</style>
border-color css
<style>
span { border-color: #390B3E; }
span { border-color: rgb(57,11,62); }
td.TdClassName
{
border-color: #390B3E;
}
.TagClassName
{
border-color: #390B3E;
}
</style>