Shades of Mardi Gras #391F3A
Tints of Mardi Gras #391F3A
RGB
CMYK
RGB Variations
Color information
#391F3A (or 0x391F3A) is known color: Mardi Gras. HEX triplet: 39, 1F and 3A. RGB value is (57,31,58). Sum of RGB (Red+Green+Blue) = 57+31+58=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #391F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F3A is #C6E0C5. Grayscale: #292929. Windows color (decimal): -13033670 or 3809081. OLE color: 3809081.
HSL color Cylindrical-coordinate representation of color #391F3A: hue angle of 297.78º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391F3A is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 31 | 58 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.77 |
| HSL | 297.78º | 0.3% | 0.17% | - |
| HSV(B) | 297.78º | 0.47% | 0.23% | - |
| XYZ | 2.94 | 2.16 | 4.26 | - |
| YUV | 41.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 58 | 0.02 | 0.47 | 0 | 0.77 | 297.78 | 0.3 | 0.17 |
| Hex | 39 | 1F | 3A | 2 | 2F | 0 | 4D | 12A | 1E | 11 |
| Octal | 71 | 37 | 72 | 2 | 57 | 0 | 115 | 452 | 36 | 21 |
| Binary | 111001 | 11111 | 111010 | 10 | 101111 | 0 | 1001101 | 100101010 | 11110 | 10001 |
Color Harmonies of #391F3A
Complementary color
Monochromatic Colors of #391F3A
Black with #391F3A
Text Example
Text Example
White with #391F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F3A; }
p { color: rgb(57,31,58); }
H1.HeaderClassName
{
color: #391F3A;
}
.AnyTagClassName
{
color: #391F3A;
}
</style>
background-color css
<style>
a { background-color: #391F3A; }
a { background-color: rgb(57,31,58); }
div.DivClassName
{
background-color: #391F3A;
}
.BgClassName
{
background-color: #391F3A;
}
</style>
border-color css
<style>
span { border-color: #391F3A; }
span { border-color: rgb(57,31,58); }
td.TdClassName
{
border-color: #391F3A;
}
.TagClassName
{
border-color: #391F3A;
}
</style>