Shades of Mardi Gras #3A1E38
Tints of Mardi Gras #3A1E38
RGB
CMYK
RGB Variations
Color information
#3A1E38 (or 0x3A1E38) is known color: Mardi Gras. HEX triplet: 3A, 1E and 38. RGB value is (58,30,56). Sum of RGB (Red+Green+Blue) = 58+30+56=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E38 is #C5E1C7. Grayscale: #292929. Windows color (decimal): -12968392 or 3677754. OLE color: 3677754.
HSL color Cylindrical-coordinate representation of color #3A1E38: hue angle of 304.29º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A1E38 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 30 | 56 | - |
CMYK | 0 | 0.48 | 0.03 | 0.77 |
HSL | 304.29º | 0.32% | 0.17% | - |
HSV(B) | 304.29º | 0.48% | 0.23% | - |
XYZ | 2.92 | 2.11 | 4 | - |
YUV | 41.34 | 136.28 | 139.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 30 | 56 | 0 | 0.48 | 0.03 | 0.77 | 304.29 | 0.32 | 0.17 |
Hex | 3A | 1E | 38 | 0 | 30 | 3 | 4D | 130 | 20 | 11 |
Octal | 72 | 36 | 70 | 0 | 60 | 3 | 115 | 460 | 40 | 21 |
Binary | 111010 | 11110 | 111000 | 0 | 110000 | 11 | 1001101 | 100110000 | 100000 | 10001 |
Color Harmonies of #3A1E38
Complementary color
Monochromatic Colors of #3A1E38
Black with #3A1E38
Text Example
Text Example
White with #3A1E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E38; }
p { color: rgb(58,30,56); }
H1.HeaderClassName
{
color: #3A1E38;
}
.AnyTagClassName
{
color: #3A1E38;
}
</style>
background-color css
<style>
a { background-color: #3A1E38; }
a { background-color: rgb(58,30,56); }
div.DivClassName
{
background-color: #3A1E38;
}
.BgClassName
{
background-color: #3A1E38;
}
</style>
border-color css
<style>
span { border-color: #3A1E38; }
span { border-color: rgb(58,30,56); }
td.TdClassName
{
border-color: #3A1E38;
}
.TagClassName
{
border-color: #3A1E38;
}
</style>