Shades of Mardi Gras #3B243A
Tints of Mardi Gras #3B243A
RGB
CMYK
RGB Variations
Color information
#3B243A (or 0x3B243A) is known color: Mardi Gras. HEX triplet: 3B, 24 and 3A. RGB value is (59,36,58). Sum of RGB (Red+Green+Blue) = 59+36+58=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B243A is #C4DBC5. Grayscale: #2D2D2D. Windows color (decimal): -12901318 or 3810363. OLE color: 3810363.
HSL color Cylindrical-coordinate representation of color #3B243A: hue angle of 302.61º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B243A is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 58 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.77 |
| HSL | 302.61º | 0.24% | 0.19% | - |
| HSV(B) | 302.61º | 0.39% | 0.23% | - |
| XYZ | 3.2 | 2.5 | 4.32 | - |
| YUV | 45.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 58 | 0 | 0.39 | 0.02 | 0.77 | 302.61 | 0.24 | 0.19 |
| Hex | 3B | 24 | 3A | 0 | 27 | 2 | 4D | 12F | 18 | 13 |
| Octal | 73 | 44 | 72 | 0 | 47 | 2 | 115 | 457 | 30 | 23 |
| Binary | 111011 | 100100 | 111010 | 0 | 100111 | 10 | 1001101 | 100101111 | 11000 | 10011 |
Color Harmonies of #3B243A
Complementary color
Monochromatic Colors of #3B243A
Black with #3B243A
Text Example
Text Example
White with #3B243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B243A; }
p { color: rgb(59,36,58); }
H1.HeaderClassName
{
color: #3B243A;
}
.AnyTagClassName
{
color: #3B243A;
}
</style>
background-color css
<style>
a { background-color: #3B243A; }
a { background-color: rgb(59,36,58); }
div.DivClassName
{
background-color: #3B243A;
}
.BgClassName
{
background-color: #3B243A;
}
</style>
border-color css
<style>
span { border-color: #3B243A; }
span { border-color: rgb(59,36,58); }
td.TdClassName
{
border-color: #3B243A;
}
.TagClassName
{
border-color: #3B243A;
}
</style>