Shades of Mardi Gras #391A36
Tints of Mardi Gras #391A36
RGB
CMYK
RGB Variations
Color information
#391A36 (or 0x391A36) is known color: Mardi Gras. HEX triplet: 39, 1A and 36. RGB value is (57,26,54). Sum of RGB (Red+Green+Blue) = 57+26+54=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #391A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A36 is #C6E5C9. Grayscale: #262626. Windows color (decimal): -13034954 or 3545657. OLE color: 3545657.
HSL color Cylindrical-coordinate representation of color #391A36: hue angle of 305.81º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A36 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 54 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.78 |
| HSL | 305.81º | 0.37% | 0.16% | - |
| HSV(B) | 305.81º | 0.54% | 0.22% | - |
| XYZ | 2.72 | 1.87 | 3.71 | - |
| YUV | 38.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 54 | 0 | 0.54 | 0.05 | 0.78 | 305.81 | 0.37 | 0.16 |
| Hex | 39 | 1A | 36 | 0 | 36 | 5 | 4E | 132 | 25 | 10 |
| Octal | 71 | 32 | 66 | 0 | 66 | 5 | 116 | 462 | 45 | 20 |
| Binary | 111001 | 11010 | 110110 | 0 | 110110 | 101 | 1001110 | 100110010 | 100101 | 10000 |
Color Harmonies of #391A36
Complementary color
Monochromatic Colors of #391A36
Black with #391A36
Text Example
Text Example
White with #391A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A36; }
p { color: rgb(57,26,54); }
H1.HeaderClassName
{
color: #391A36;
}
.AnyTagClassName
{
color: #391A36;
}
</style>
background-color css
<style>
a { background-color: #391A36; }
a { background-color: rgb(57,26,54); }
div.DivClassName
{
background-color: #391A36;
}
.BgClassName
{
background-color: #391A36;
}
</style>
border-color css
<style>
span { border-color: #391A36; }
span { border-color: rgb(57,26,54); }
td.TdClassName
{
border-color: #391A36;
}
.TagClassName
{
border-color: #391A36;
}
</style>