Shades of Mardi Gras #391C38
Tints of Mardi Gras #391C38
RGB
CMYK
RGB Variations
Color information
#391C38 (or 0x391C38) is known color: Mardi Gras. HEX triplet: 39, 1C and 38. RGB value is (57,28,56). Sum of RGB (Red+Green+Blue) = 57+28+56=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #391C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C38 is #C6E3C7. Grayscale: #272727. Windows color (decimal): -13034440 or 3677241. OLE color: 3677241.
HSL color Cylindrical-coordinate representation of color #391C38: hue angle of 302.07º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C38 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 56 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.78 |
| HSL | 302.07º | 0.34% | 0.17% | - |
| HSV(B) | 302.07º | 0.51% | 0.22% | - |
| XYZ | 2.82 | 1.99 | 3.98 | - |
| YUV | 39.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 56 | 0 | 0.51 | 0.02 | 0.78 | 302.07 | 0.34 | 0.17 |
| Hex | 39 | 1C | 38 | 0 | 33 | 2 | 4E | 12E | 22 | 11 |
| Octal | 71 | 34 | 70 | 0 | 63 | 2 | 116 | 456 | 42 | 21 |
| Binary | 111001 | 11100 | 111000 | 0 | 110011 | 10 | 1001110 | 100101110 | 100010 | 10001 |
Color Harmonies of #391C38
Complementary color
Monochromatic Colors of #391C38
Black with #391C38
Text Example
Text Example
White with #391C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C38; }
p { color: rgb(57,28,56); }
H1.HeaderClassName
{
color: #391C38;
}
.AnyTagClassName
{
color: #391C38;
}
</style>
background-color css
<style>
a { background-color: #391C38; }
a { background-color: rgb(57,28,56); }
div.DivClassName
{
background-color: #391C38;
}
.BgClassName
{
background-color: #391C38;
}
</style>
border-color css
<style>
span { border-color: #391C38; }
span { border-color: rgb(57,28,56); }
td.TdClassName
{
border-color: #391C38;
}
.TagClassName
{
border-color: #391C38;
}
</style>