Shades of Mardi Gras #3B0337
Tints of Mardi Gras #3B0337
RGB
CMYK
RGB Variations
Color information
#3B0337 (or 0x3B0337) is known color: Mardi Gras. HEX triplet: 3B, 03 and 37. RGB value is (59,3,55). Sum of RGB (Red+Green+Blue) = 59+3+55=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0337 is #C4FCC8. Grayscale: #191919. Windows color (decimal): -12909769 or 3605307. OLE color: 3605307.
HSL color Cylindrical-coordinate representation of color #3B0337: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0337 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 55 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.77 |
| HSL | 304.29º | 0.9% | 0.12% | - |
| HSV(B) | 304.29º | 0.95% | 0.23% | - |
| XYZ | 2.53 | 1.27 | 3.73 | - |
| YUV | 25.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 55 | 0 | 0.95 | 0.07 | 0.77 | 304.29 | 0.9 | 0.12 |
| Hex | 3B | 3 | 37 | 0 | 5F | 7 | 4D | 130 | 5A | C |
| Octal | 73 | 3 | 67 | 0 | 137 | 7 | 115 | 460 | 132 | 14 |
| Binary | 111011 | 11 | 110111 | 0 | 1011111 | 111 | 1001101 | 100110000 | 1011010 | 1100 |
Color Harmonies of #3B0337
Complementary color
Monochromatic Colors of #3B0337
Black with #3B0337
Text Example
Text Example
White with #3B0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0337; }
p { color: rgb(59,3,55); }
H1.HeaderClassName
{
color: #3B0337;
}
.AnyTagClassName
{
color: #3B0337;
}
</style>
background-color css
<style>
a { background-color: #3B0337; }
a { background-color: rgb(59,3,55); }
div.DivClassName
{
background-color: #3B0337;
}
.BgClassName
{
background-color: #3B0337;
}
</style>
border-color css
<style>
span { border-color: #3B0337; }
span { border-color: rgb(59,3,55); }
td.TdClassName
{
border-color: #3B0337;
}
.TagClassName
{
border-color: #3B0337;
}
</style>