Shades of Mardi Gras #390B3F
Tints of Mardi Gras #390B3F
RGB
CMYK
RGB Variations
Color information
#390B3F (or 0x390B3F) is known color: Mardi Gras. HEX triplet: 39, 0B and 3F. RGB value is (57,11,63). Sum of RGB (Red+Green+Blue) = 57+11+63=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #390B3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B3F is #C6F4C0. Grayscale: #1E1E1E. Windows color (decimal): -13038785 or 4131641. OLE color: 4131641.
HSL color Cylindrical-coordinate representation of color #390B3F: hue angle of 293.08º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #390B3F is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 11 | 63 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.75 |
| HSL | 293.08º | 0.7% | 0.15% | - |
| HSV(B) | 293.08º | 0.83% | 0.25% | - |
| XYZ | 2.7 | 1.47 | 4.84 | - |
| YUV | 30.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 63 | 0.10 | 0.83 | 0 | 0.75 | 293.08 | 0.7 | 0.15 |
| Hex | 39 | B | 3F | A | 53 | 0 | 4B | 125 | 46 | F |
| Octal | 71 | 13 | 77 | 12 | 123 | 0 | 113 | 445 | 106 | 17 |
| Binary | 111001 | 1011 | 111111 | 1010 | 1010011 | 0 | 1001011 | 100100101 | 1000110 | 1111 |
Color Harmonies of #390B3F
Complementary color
Monochromatic Colors of #390B3F
Black with #390B3F
Text Example
Text Example
White with #390B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B3F; }
p { color: rgb(57,11,63); }
H1.HeaderClassName
{
color: #390B3F;
}
.AnyTagClassName
{
color: #390B3F;
}
</style>
background-color css
<style>
a { background-color: #390B3F; }
a { background-color: rgb(57,11,63); }
div.DivClassName
{
background-color: #390B3F;
}
.BgClassName
{
background-color: #390B3F;
}
</style>
border-color css
<style>
span { border-color: #390B3F; }
span { border-color: rgb(57,11,63); }
td.TdClassName
{
border-color: #390B3F;
}
.TagClassName
{
border-color: #390B3F;
}
</style>