Shades of Mardi Gras #3B1740
Tints of Mardi Gras #3B1740
RGB
CMYK
RGB Variations
Color information
#3B1740 (or 0x3B1740) is known color: Mardi Gras. HEX triplet: 3B, 17 and 40. RGB value is (59,23,64). Sum of RGB (Red+Green+Blue) = 59+23+64=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1740 is #C4E8BF. Grayscale: #262626. Windows color (decimal): -12904640 or 4200251. OLE color: 4200251.
HSL color Cylindrical-coordinate representation of color #3B1740: hue angle of 292.68º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B1740 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 23 | 64 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.75 |
| HSL | 292.68º | 0.47% | 0.17% | - |
| HSV(B) | 292.68º | 0.64% | 0.25% | - |
| XYZ | 3.04 | 1.91 | 5.06 | - |
| YUV | 38.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 64 | 0.08 | 0.64 | 0 | 0.75 | 292.68 | 0.47 | 0.17 |
| Hex | 3B | 17 | 40 | 8 | 40 | 0 | 4B | 125 | 2F | 11 |
| Octal | 73 | 27 | 100 | 10 | 100 | 0 | 113 | 445 | 57 | 21 |
| Binary | 111011 | 10111 | 1000000 | 1000 | 1000000 | 0 | 1001011 | 100100101 | 101111 | 10001 |
Color Harmonies of #3B1740
Complementary color
Monochromatic Colors of #3B1740
Black with #3B1740
Text Example
Text Example
White with #3B1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1740; }
p { color: rgb(59,23,64); }
H1.HeaderClassName
{
color: #3B1740;
}
.AnyTagClassName
{
color: #3B1740;
}
</style>
background-color css
<style>
a { background-color: #3B1740; }
a { background-color: rgb(59,23,64); }
div.DivClassName
{
background-color: #3B1740;
}
.BgClassName
{
background-color: #3B1740;
}
</style>
border-color css
<style>
span { border-color: #3B1740; }
span { border-color: rgb(59,23,64); }
td.TdClassName
{
border-color: #3B1740;
}
.TagClassName
{
border-color: #3B1740;
}
</style>