Shades of Mardi Gras #391C34
Tints of Mardi Gras #391C34
RGB
CMYK
RGB Variations
Color information
#391C34 (or 0x391C34) is known color: Mardi Gras. HEX triplet: 39, 1C and 34. RGB value is (57,28,52). Sum of RGB (Red+Green+Blue) = 57+28+52=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #391C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C34 is #C6E3CB. Grayscale: #272727. Windows color (decimal): -13034444 or 3415097. OLE color: 3415097.
HSL color Cylindrical-coordinate representation of color #391C34: hue angle of 310.34º 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 #391C34 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 52 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.78 |
| HSL | 310.34º | 0.34% | 0.17% | - |
| HSV(B) | 310.34º | 0.51% | 0.22% | - |
| XYZ | 2.72 | 1.95 | 3.48 | - |
| YUV | 39.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 52 | 0 | 0.51 | 0.09 | 0.78 | 310.34 | 0.34 | 0.17 |
| Hex | 39 | 1C | 34 | 0 | 33 | 9 | 4E | 136 | 22 | 11 |
| Octal | 71 | 34 | 64 | 0 | 63 | 11 | 116 | 466 | 42 | 21 |
| Binary | 111001 | 11100 | 110100 | 0 | 110011 | 1001 | 1001110 | 100110110 | 100010 | 10001 |
Color Harmonies of #391C34
Complementary color
Monochromatic Colors of #391C34
Black with #391C34
Text Example
Text Example
White with #391C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C34; }
p { color: rgb(57,28,52); }
H1.HeaderClassName
{
color: #391C34;
}
.AnyTagClassName
{
color: #391C34;
}
</style>
background-color css
<style>
a { background-color: #391C34; }
a { background-color: rgb(57,28,52); }
div.DivClassName
{
background-color: #391C34;
}
.BgClassName
{
background-color: #391C34;
}
</style>
border-color css
<style>
span { border-color: #391C34; }
span { border-color: rgb(57,28,52); }
td.TdClassName
{
border-color: #391C34;
}
.TagClassName
{
border-color: #391C34;
}
</style>