Shades of Mardi Gras #3A243A
Tints of Mardi Gras #3A243A
RGB
CMYK
RGB Variations
Color information
#3A243A (or 0x3A243A) is known color: Mardi Gras. HEX triplet: 3A, 24 and 3A. RGB value is (58,36,58). Sum of RGB (Red+Green+Blue) = 58+36+58=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A243A is #C5DBC5. Grayscale: #2D2D2D. Windows color (decimal): -12966854 or 3810362. OLE color: 3810362.
HSL color Cylindrical-coordinate representation of color #3A243A: hue angle of 300º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A243A is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 58 | - |
| CMYK | 0 | 0.38 | 0 | 0.77 |
| HSL | 300º | 0.23% | 0.18% | - |
| HSV(B) | 300º | 0.38% | 0.23% | - |
| XYZ | 3.14 | 2.47 | 4.31 | - |
| YUV | 45.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 58 | 0 | 0.38 | 0 | 0.77 | 300 | 0.23 | 0.18 |
| Hex | 3A | 24 | 3A | 0 | 26 | 0 | 4D | 12C | 17 | 12 |
| Octal | 72 | 44 | 72 | 0 | 46 | 0 | 115 | 454 | 27 | 22 |
| Binary | 111010 | 100100 | 111010 | 0 | 100110 | 0 | 1001101 | 100101100 | 10111 | 10010 |
Color Harmonies of #3A243A
Complementary color
Monochromatic Colors of #3A243A
Black with #3A243A
Text Example
Text Example
White with #3A243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A243A; }
p { color: rgb(58,36,58); }
H1.HeaderClassName
{
color: #3A243A;
}
.AnyTagClassName
{
color: #3A243A;
}
</style>
background-color css
<style>
a { background-color: #3A243A; }
a { background-color: rgb(58,36,58); }
div.DivClassName
{
background-color: #3A243A;
}
.BgClassName
{
background-color: #3A243A;
}
</style>
border-color css
<style>
span { border-color: #3A243A; }
span { border-color: rgb(58,36,58); }
td.TdClassName
{
border-color: #3A243A;
}
.TagClassName
{
border-color: #3A243A;
}
</style>