Shades of Mardi Gras #3B0E37
Tints of Mardi Gras #3B0E37
RGB
CMYK
RGB Variations
Color information
#3B0E37 (or 0x3B0E37) is known color: Mardi Gras. HEX triplet: 3B, 0E and 37. RGB value is (59,14,55). Sum of RGB (Red+Green+Blue) = 59+14+55=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0E37 is #C4F1C8. Grayscale: #202020. Windows color (decimal): -12906953 or 3608123. OLE color: 3608123.
HSL color Cylindrical-coordinate representation of color #3B0E37: hue angle of 305.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B0E37 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 14 | 55 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.77 |
| HSL | 305.33º | 0.62% | 0.14% | - |
| HSV(B) | 305.33º | 0.76% | 0.23% | - |
| XYZ | 2.65 | 1.52 | 3.77 | - |
| YUV | 32.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 55 | 0 | 0.76 | 0.07 | 0.77 | 305.33 | 0.62 | 0.14 |
| Hex | 3B | E | 37 | 0 | 4C | 7 | 4D | 131 | 3E | E |
| Octal | 73 | 16 | 67 | 0 | 114 | 7 | 115 | 461 | 76 | 16 |
| Binary | 111011 | 1110 | 110111 | 0 | 1001100 | 111 | 1001101 | 100110001 | 111110 | 1110 |
Color Harmonies of #3B0E37
Complementary color
Monochromatic Colors of #3B0E37
Black with #3B0E37
Text Example
Text Example
White with #3B0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0E37; }
p { color: rgb(59,14,55); }
H1.HeaderClassName
{
color: #3B0E37;
}
.AnyTagClassName
{
color: #3B0E37;
}
</style>
background-color css
<style>
a { background-color: #3B0E37; }
a { background-color: rgb(59,14,55); }
div.DivClassName
{
background-color: #3B0E37;
}
.BgClassName
{
background-color: #3B0E37;
}
</style>
border-color css
<style>
span { border-color: #3B0E37; }
span { border-color: rgb(59,14,55); }
td.TdClassName
{
border-color: #3B0E37;
}
.TagClassName
{
border-color: #3B0E37;
}
</style>