Shades of Mardi Gras #3B0037
Tints of Mardi Gras #3B0037
RGB
CMYK
RGB Variations
Color information
#3B0037 (or 0x3B0037) is known color: Mardi Gras. HEX triplet: 3B, 00 and 37. RGB value is (59,0,55). Sum of RGB (Red+Green+Blue) = 59+0+55=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0037 is #C4FFC8. Grayscale: #171717. Windows color (decimal): -12910537 or 3604539. OLE color: 3604539.
HSL color Cylindrical-coordinate representation of color #3B0037: hue angle of 304.07º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0037 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.07 | 0.77 |
| HSL | 304.07º | 1% | 0.12% | - |
| HSV(B) | 304.07º | 1% | 0.23% | - |
| XYZ | 2.49 | 1.21 | 3.72 | - |
| YUV | 23.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 55 | 0 | 1 | 0.07 | 0.77 | 304.07 | 1 | 0.12 |
| Hex | 3B | 0 | 37 | 0 | 64 | 7 | 4D | 130 | 64 | C |
| Octal | 73 | 0 | 67 | 0 | 144 | 7 | 115 | 460 | 144 | 14 |
| Binary | 111011 | 0 | 110111 | 0 | 1100100 | 111 | 1001101 | 100110000 | 1100100 | 1100 |
Color Harmonies of #3B0037
Complementary color
Monochromatic Colors of #3B0037
Black with #3B0037
Text Example
Text Example
White with #3B0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0037; }
p { color: rgb(59,0,55); }
H1.HeaderClassName
{
color: #3B0037;
}
.AnyTagClassName
{
color: #3B0037;
}
</style>
background-color css
<style>
a { background-color: #3B0037; }
a { background-color: rgb(59,0,55); }
div.DivClassName
{
background-color: #3B0037;
}
.BgClassName
{
background-color: #3B0037;
}
</style>
border-color css
<style>
span { border-color: #3B0037; }
span { border-color: rgb(59,0,55); }
td.TdClassName
{
border-color: #3B0037;
}
.TagClassName
{
border-color: #3B0037;
}
</style>