Shades of Mardi Gras #3B1939
Tints of Mardi Gras #3B1939
RGB
CMYK
RGB Variations
Color information
#3B1939 (or 0x3B1939) is known color: Mardi Gras. HEX triplet: 3B, 19 and 39. RGB value is (59,25,57). Sum of RGB (Red+Green+Blue) = 59+25+57=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1939 is #C4E6C6. Grayscale: #262626. Windows color (decimal): -12904135 or 3742011. OLE color: 3742011.
HSL color Cylindrical-coordinate representation of color #3B1939: hue angle of 303.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1939 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 57 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.77 |
| HSL | 303.53º | 0.4% | 0.16% | - |
| HSV(B) | 303.53º | 0.58% | 0.23% | - |
| XYZ | 2.89 | 1.92 | 4.09 | - |
| YUV | 38.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 57 | 0 | 0.58 | 0.03 | 0.77 | 303.53 | 0.4 | 0.16 |
| Hex | 3B | 19 | 39 | 0 | 3A | 3 | 4D | 130 | 28 | 10 |
| Octal | 73 | 31 | 71 | 0 | 72 | 3 | 115 | 460 | 50 | 20 |
| Binary | 111011 | 11001 | 111001 | 0 | 111010 | 11 | 1001101 | 100110000 | 101000 | 10000 |
Color Harmonies of #3B1939
Complementary color
Monochromatic Colors of #3B1939
Black with #3B1939
Text Example
Text Example
White with #3B1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1939; }
p { color: rgb(59,25,57); }
H1.HeaderClassName
{
color: #3B1939;
}
.AnyTagClassName
{
color: #3B1939;
}
</style>
background-color css
<style>
a { background-color: #3B1939; }
a { background-color: rgb(59,25,57); }
div.DivClassName
{
background-color: #3B1939;
}
.BgClassName
{
background-color: #3B1939;
}
</style>
border-color css
<style>
span { border-color: #3B1939; }
span { border-color: rgb(59,25,57); }
td.TdClassName
{
border-color: #3B1939;
}
.TagClassName
{
border-color: #3B1939;
}
</style>