Shades of Mardi Gras #3A1934
Tints of Mardi Gras #3A1934
RGB
CMYK
RGB Variations
Color information
#3A1934 (or 0x3A1934) is known color: Mardi Gras. HEX triplet: 3A, 19 and 34. RGB value is (58,25,52). Sum of RGB (Red+Green+Blue) = 58+25+52=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1934 is #C5E6CB. Grayscale: #252525. Windows color (decimal): -12969676 or 3414330. OLE color: 3414330.
HSL color Cylindrical-coordinate representation of color #3A1934: hue angle of 310.91º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A1934 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 52 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.77 |
| HSL | 310.91º | 0.4% | 0.16% | - |
| HSV(B) | 310.91º | 0.57% | 0.23% | - |
| XYZ | 2.71 | 1.84 | 3.46 | - |
| YUV | 37.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 52 | 0 | 0.57 | 0.10 | 0.77 | 310.91 | 0.4 | 0.16 |
| Hex | 3A | 19 | 34 | 0 | 39 | A | 4D | 137 | 28 | 10 |
| Octal | 72 | 31 | 64 | 0 | 71 | 12 | 115 | 467 | 50 | 20 |
| Binary | 111010 | 11001 | 110100 | 0 | 111001 | 1010 | 1001101 | 100110111 | 101000 | 10000 |
Color Harmonies of #3A1934
Complementary color
Monochromatic Colors of #3A1934
Black with #3A1934
Text Example
Text Example
White with #3A1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1934; }
p { color: rgb(58,25,52); }
H1.HeaderClassName
{
color: #3A1934;
}
.AnyTagClassName
{
color: #3A1934;
}
</style>
background-color css
<style>
a { background-color: #3A1934; }
a { background-color: rgb(58,25,52); }
div.DivClassName
{
background-color: #3A1934;
}
.BgClassName
{
background-color: #3A1934;
}
</style>
border-color css
<style>
span { border-color: #3A1934; }
span { border-color: rgb(58,25,52); }
td.TdClassName
{
border-color: #3A1934;
}
.TagClassName
{
border-color: #3A1934;
}
</style>