Shades of Mardi Gras #3A1E3F
Tints of Mardi Gras #3A1E3F
RGB
CMYK
RGB Variations
Color information
#3A1E3F (or 0x3A1E3F) is known color: Mardi Gras. HEX triplet: 3A, 1E and 3F. RGB value is (58,30,63). Sum of RGB (Red+Green+Blue) = 58+30+63=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A1E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E3F is #C5E1C0. Grayscale: #2A2A2A. Windows color (decimal): -12968385 or 4136506. OLE color: 4136506.
HSL color Cylindrical-coordinate representation of color #3A1E3F: hue angle of 290.91º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A1E3F is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 30 | 63 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.75 |
| HSL | 290.91º | 0.35% | 0.18% | - |
| HSV(B) | 290.91º | 0.52% | 0.25% | - |
| XYZ | 3.11 | 2.19 | 4.96 | - |
| YUV | 42.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 63 | 0.08 | 0.52 | 0 | 0.75 | 290.91 | 0.35 | 0.18 |
| Hex | 3A | 1E | 3F | 8 | 34 | 0 | 4B | 123 | 23 | 12 |
| Octal | 72 | 36 | 77 | 10 | 64 | 0 | 113 | 443 | 43 | 22 |
| Binary | 111010 | 11110 | 111111 | 1000 | 110100 | 0 | 1001011 | 100100011 | 100011 | 10010 |
Color Harmonies of #3A1E3F
Complementary color
Monochromatic Colors of #3A1E3F
Black with #3A1E3F
Text Example
Text Example
White with #3A1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E3F; }
p { color: rgb(58,30,63); }
H1.HeaderClassName
{
color: #3A1E3F;
}
.AnyTagClassName
{
color: #3A1E3F;
}
</style>
background-color css
<style>
a { background-color: #3A1E3F; }
a { background-color: rgb(58,30,63); }
div.DivClassName
{
background-color: #3A1E3F;
}
.BgClassName
{
background-color: #3A1E3F;
}
</style>
border-color css
<style>
span { border-color: #3A1E3F; }
span { border-color: rgb(58,30,63); }
td.TdClassName
{
border-color: #3A1E3F;
}
.TagClassName
{
border-color: #3A1E3F;
}
</style>