Shades of Mardi Gras #3B1D41
Tints of Mardi Gras #3B1D41
RGB
CMYK
RGB Variations
Color information
#3B1D41 (or 0x3B1D41) is known color: Mardi Gras. HEX triplet: 3B, 1D and 41. RGB value is (59,29,65). Sum of RGB (Red+Green+Blue) = 59+29+65=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D41 is #C4E2BE. Grayscale: #292929. Windows color (decimal): -12903103 or 4267323. OLE color: 4267323.
HSL color Cylindrical-coordinate representation of color #3B1D41: hue angle of 290º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B1D41 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 29 | 65 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.75 |
| HSL | 290º | 0.38% | 0.18% | - |
| HSV(B) | 290º | 0.55% | 0.25% | - |
| XYZ | 3.2 | 2.19 | 5.26 | - |
| YUV | 42.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 65 | 0.09 | 0.55 | 0 | 0.75 | 290 | 0.38 | 0.18 |
| Hex | 3B | 1D | 41 | 9 | 37 | 0 | 4B | 122 | 26 | 12 |
| Octal | 73 | 35 | 101 | 11 | 67 | 0 | 113 | 442 | 46 | 22 |
| Binary | 111011 | 11101 | 1000001 | 1001 | 110111 | 0 | 1001011 | 100100010 | 100110 | 10010 |
Color Harmonies of #3B1D41
Complementary color
Monochromatic Colors of #3B1D41
Black with #3B1D41
Text Example
Text Example
White with #3B1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D41; }
p { color: rgb(59,29,65); }
H1.HeaderClassName
{
color: #3B1D41;
}
.AnyTagClassName
{
color: #3B1D41;
}
</style>
background-color css
<style>
a { background-color: #3B1D41; }
a { background-color: rgb(59,29,65); }
div.DivClassName
{
background-color: #3B1D41;
}
.BgClassName
{
background-color: #3B1D41;
}
</style>
border-color css
<style>
span { border-color: #3B1D41; }
span { border-color: rgb(59,29,65); }
td.TdClassName
{
border-color: #3B1D41;
}
.TagClassName
{
border-color: #3B1D41;
}
</style>