Shades of Mardi Gras #3B1F41
Tints of Mardi Gras #3B1F41
RGB
CMYK
RGB Variations
Color information
#3B1F41 (or 0x3B1F41) is known color: Mardi Gras. HEX triplet: 3B, 1F and 41. RGB value is (59,31,65). Sum of RGB (Red+Green+Blue) = 59+31+65=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F41 is #C4E0BE. Grayscale: #2B2B2B. Windows color (decimal): -12902591 or 4267835. OLE color: 4267835.
HSL color Cylindrical-coordinate representation of color #3B1F41: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B1F41 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 31 | 65 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.75 |
| HSL | 289.41º | 0.35% | 0.19% | - |
| HSV(B) | 289.41º | 0.52% | 0.25% | - |
| XYZ | 3.25 | 2.29 | 5.27 | - |
| YUV | 43.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 65 | 0.09 | 0.52 | 0 | 0.75 | 289.41 | 0.35 | 0.19 |
| Hex | 3B | 1F | 41 | 9 | 34 | 0 | 4B | 121 | 23 | 13 |
| Octal | 73 | 37 | 101 | 11 | 64 | 0 | 113 | 441 | 43 | 23 |
| Binary | 111011 | 11111 | 1000001 | 1001 | 110100 | 0 | 1001011 | 100100001 | 100011 | 10011 |
Color Harmonies of #3B1F41
Complementary color
Monochromatic Colors of #3B1F41
Black with #3B1F41
Text Example
Text Example
White with #3B1F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F41; }
p { color: rgb(59,31,65); }
H1.HeaderClassName
{
color: #3B1F41;
}
.AnyTagClassName
{
color: #3B1F41;
}
</style>
background-color css
<style>
a { background-color: #3B1F41; }
a { background-color: rgb(59,31,65); }
div.DivClassName
{
background-color: #3B1F41;
}
.BgClassName
{
background-color: #3B1F41;
}
</style>
border-color css
<style>
span { border-color: #3B1F41; }
span { border-color: rgb(59,31,65); }
td.TdClassName
{
border-color: #3B1F41;
}
.TagClassName
{
border-color: #3B1F41;
}
</style>