Shades of Mardi Gras #3B1A41
Tints of Mardi Gras #3B1A41
RGB
CMYK
RGB Variations
Color information
#3B1A41 (or 0x3B1A41) is known color: Mardi Gras. HEX triplet: 3B, 1A and 41. RGB value is (59,26,65). Sum of RGB (Red+Green+Blue) = 59+26+65=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A41 is #C4E5BE. Grayscale: #282828. Windows color (decimal): -12903871 or 4266555. OLE color: 4266555.
HSL color Cylindrical-coordinate representation of color #3B1A41: hue angle of 290.77º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B1A41 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 26 | 65 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.75 |
| HSL | 290.77º | 0.43% | 0.18% | - |
| HSV(B) | 290.77º | 0.6% | 0.25% | - |
| XYZ | 3.13 | 2.05 | 5.23 | - |
| YUV | 40.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 65 | 0.09 | 0.60 | 0 | 0.75 | 290.77 | 0.43 | 0.18 |
| Hex | 3B | 1A | 41 | 9 | 3C | 0 | 4B | 123 | 2B | 12 |
| Octal | 73 | 32 | 101 | 11 | 74 | 0 | 113 | 443 | 53 | 22 |
| Binary | 111011 | 11010 | 1000001 | 1001 | 111100 | 0 | 1001011 | 100100011 | 101011 | 10010 |
Color Harmonies of #3B1A41
Complementary color
Monochromatic Colors of #3B1A41
Black with #3B1A41
Text Example
Text Example
White with #3B1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A41; }
p { color: rgb(59,26,65); }
H1.HeaderClassName
{
color: #3B1A41;
}
.AnyTagClassName
{
color: #3B1A41;
}
</style>
background-color css
<style>
a { background-color: #3B1A41; }
a { background-color: rgb(59,26,65); }
div.DivClassName
{
background-color: #3B1A41;
}
.BgClassName
{
background-color: #3B1A41;
}
</style>
border-color css
<style>
span { border-color: #3B1A41; }
span { border-color: rgb(59,26,65); }
td.TdClassName
{
border-color: #3B1A41;
}
.TagClassName
{
border-color: #3B1A41;
}
</style>