Shades of Mardi Gras #3A0E3D
Tints of Mardi Gras #3A0E3D
RGB
CMYK
RGB Variations
Color information
#3A0E3D (or 0x3A0E3D) is known color: Mardi Gras. HEX triplet: 3A, 0E and 3D. RGB value is (58,14,61). Sum of RGB (Red+Green+Blue) = 58+14+61=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A0E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0E3D is #C5F1C2. Grayscale: #202020. Windows color (decimal): -12972483 or 4001338. OLE color: 4001338.
HSL color Cylindrical-coordinate representation of color #3A0E3D: hue angle of 296.17º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A0E3D is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 14 | 61 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.76 |
| HSL | 296.17º | 0.63% | 0.15% | - |
| HSV(B) | 296.17º | 0.77% | 0.24% | - |
| XYZ | 2.74 | 1.55 | 4.57 | - |
| YUV | 32.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 61 | 0.05 | 0.77 | 0 | 0.76 | 296.17 | 0.63 | 0.15 |
| Hex | 3A | E | 3D | 5 | 4D | 0 | 4C | 128 | 3F | F |
| Octal | 72 | 16 | 75 | 5 | 115 | 0 | 114 | 450 | 77 | 17 |
| Binary | 111010 | 1110 | 111101 | 101 | 1001101 | 0 | 1001100 | 100101000 | 111111 | 1111 |
Color Harmonies of #3A0E3D
Complementary color
Monochromatic Colors of #3A0E3D
Black with #3A0E3D
Text Example
Text Example
White with #3A0E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0E3D; }
p { color: rgb(58,14,61); }
H1.HeaderClassName
{
color: #3A0E3D;
}
.AnyTagClassName
{
color: #3A0E3D;
}
</style>
background-color css
<style>
a { background-color: #3A0E3D; }
a { background-color: rgb(58,14,61); }
div.DivClassName
{
background-color: #3A0E3D;
}
.BgClassName
{
background-color: #3A0E3D;
}
</style>
border-color css
<style>
span { border-color: #3A0E3D; }
span { border-color: rgb(58,14,61); }
td.TdClassName
{
border-color: #3A0E3D;
}
.TagClassName
{
border-color: #3A0E3D;
}
</style>