Shades of Mardi Gras #390B31
Tints of Mardi Gras #390B31
RGB
CMYK
RGB Variations
Color information
#390B31 (or 0x390B31) is known color: Mardi Gras. HEX triplet: 39, 0B and 31. RGB value is (57,11,49). Sum of RGB (Red+Green+Blue) = 57+11+49=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #390B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B31 is #C6F4CE. Grayscale: #1C1C1C. Windows color (decimal): -13038799 or 3214137. OLE color: 3214137.
HSL color Cylindrical-coordinate representation of color #390B31: hue angle of 310.43º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390B31 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 49 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.78 |
| HSL | 310.43º | 0.68% | 0.13% | - |
| HSV(B) | 310.43º | 0.81% | 0.22% | - |
| XYZ | 2.36 | 1.33 | 3.04 | - |
| YUV | 29.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 49 | 0 | 0.81 | 0.14 | 0.78 | 310.43 | 0.68 | 0.13 |
| Hex | 39 | B | 31 | 0 | 51 | E | 4E | 136 | 44 | D |
| Octal | 71 | 13 | 61 | 0 | 121 | 16 | 116 | 466 | 104 | 15 |
| Binary | 111001 | 1011 | 110001 | 0 | 1010001 | 1110 | 1001110 | 100110110 | 1000100 | 1101 |
Color Harmonies of #390B31
Complementary color
Monochromatic Colors of #390B31
Black with #390B31
Text Example
Text Example
White with #390B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B31; }
p { color: rgb(57,11,49); }
H1.HeaderClassName
{
color: #390B31;
}
.AnyTagClassName
{
color: #390B31;
}
</style>
background-color css
<style>
a { background-color: #390B31; }
a { background-color: rgb(57,11,49); }
div.DivClassName
{
background-color: #390B31;
}
.BgClassName
{
background-color: #390B31;
}
</style>
border-color css
<style>
span { border-color: #390B31; }
span { border-color: rgb(57,11,49); }
td.TdClassName
{
border-color: #390B31;
}
.TagClassName
{
border-color: #390B31;
}
</style>