Shades of Mardi Gras #3A2340
Tints of Mardi Gras #3A2340
RGB
CMYK
RGB Variations
Color information
#3A2340 (or 0x3A2340) is known color: Mardi Gras. HEX triplet: 3A, 23 and 40. RGB value is (58,35,64). Sum of RGB (Red+Green+Blue) = 58+35+64=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A2340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2340 is #C5DCBF. Grayscale: #2D2D2D. Windows color (decimal): -12967104 or 4203322. OLE color: 4203322.
HSL color Cylindrical-coordinate representation of color #3A2340: hue angle of 287.59º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A2340 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 35 | 64 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.75 |
| HSL | 287.59º | 0.29% | 0.19% | - |
| HSV(B) | 287.59º | 0.45% | 0.25% | - |
| XYZ | 3.27 | 2.47 | 5.16 | - |
| YUV | 45.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 64 | 0.09 | 0.45 | 0 | 0.75 | 287.59 | 0.29 | 0.19 |
| Hex | 3A | 23 | 40 | 9 | 2D | 0 | 4B | 120 | 1D | 13 |
| Octal | 72 | 43 | 100 | 11 | 55 | 0 | 113 | 440 | 35 | 23 |
| Binary | 111010 | 100011 | 1000000 | 1001 | 101101 | 0 | 1001011 | 100100000 | 11101 | 10011 |
Color Harmonies of #3A2340
Complementary color
Monochromatic Colors of #3A2340
Black with #3A2340
Text Example
Text Example
White with #3A2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2340; }
p { color: rgb(58,35,64); }
H1.HeaderClassName
{
color: #3A2340;
}
.AnyTagClassName
{
color: #3A2340;
}
</style>
background-color css
<style>
a { background-color: #3A2340; }
a { background-color: rgb(58,35,64); }
div.DivClassName
{
background-color: #3A2340;
}
.BgClassName
{
background-color: #3A2340;
}
</style>
border-color css
<style>
span { border-color: #3A2340; }
span { border-color: rgb(58,35,64); }
td.TdClassName
{
border-color: #3A2340;
}
.TagClassName
{
border-color: #3A2340;
}
</style>