Shades of Mardi Gras #390F38
Tints of Mardi Gras #390F38
RGB
CMYK
RGB Variations
Color information
#390F38 (or 0x390F38) is known color: Mardi Gras. HEX triplet: 39, 0F and 38. RGB value is (57,15,56). Sum of RGB (Red+Green+Blue) = 57+15+56=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #390F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F38 is #C6F0C7. Grayscale: #202020. Windows color (decimal): -13037768 or 3673913. OLE color: 3673913.
HSL color Cylindrical-coordinate representation of color #390F38: hue angle of 301.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #390F38 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 15 | 56 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.78 |
| HSL | 301.43º | 0.58% | 0.14% | - |
| HSV(B) | 301.43º | 0.74% | 0.22% | - |
| XYZ | 2.57 | 1.5 | 3.89 | - |
| YUV | 32.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 56 | 0 | 0.74 | 0.02 | 0.78 | 301.43 | 0.58 | 0.14 |
| Hex | 39 | F | 38 | 0 | 4A | 2 | 4E | 12D | 3A | E |
| Octal | 71 | 17 | 70 | 0 | 112 | 2 | 116 | 455 | 72 | 16 |
| Binary | 111001 | 1111 | 111000 | 0 | 1001010 | 10 | 1001110 | 100101101 | 111010 | 1110 |
Color Harmonies of #390F38
Complementary color
Monochromatic Colors of #390F38
Black with #390F38
Text Example
Text Example
White with #390F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F38; }
p { color: rgb(57,15,56); }
H1.HeaderClassName
{
color: #390F38;
}
.AnyTagClassName
{
color: #390F38;
}
</style>
background-color css
<style>
a { background-color: #390F38; }
a { background-color: rgb(57,15,56); }
div.DivClassName
{
background-color: #390F38;
}
.BgClassName
{
background-color: #390F38;
}
</style>
border-color css
<style>
span { border-color: #390F38; }
span { border-color: rgb(57,15,56); }
td.TdClassName
{
border-color: #390F38;
}
.TagClassName
{
border-color: #390F38;
}
</style>