Shades of Mardi Gras #3B1341
Tints of Mardi Gras #3B1341
RGB
CMYK
RGB Variations
Color information
#3B1341 (or 0x3B1341) is known color: Mardi Gras. HEX triplet: 3B, 13 and 41. RGB value is (59,19,65). Sum of RGB (Red+Green+Blue) = 59+19+65=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1341 is #C4ECBE. Grayscale: #242424. Windows color (decimal): -12905663 or 4264763. OLE color: 4264763.
HSL color Cylindrical-coordinate representation of color #3B1341: hue angle of 292.17º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B1341 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 19 | 65 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.75 |
| HSL | 292.17º | 0.55% | 0.16% | - |
| HSV(B) | 292.17º | 0.71% | 0.25% | - |
| XYZ | 2.99 | 1.78 | 5.19 | - |
| YUV | 36.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 65 | 0.09 | 0.71 | 0 | 0.75 | 292.17 | 0.55 | 0.16 |
| Hex | 3B | 13 | 41 | 9 | 47 | 0 | 4B | 124 | 37 | 10 |
| Octal | 73 | 23 | 101 | 11 | 107 | 0 | 113 | 444 | 67 | 20 |
| Binary | 111011 | 10011 | 1000001 | 1001 | 1000111 | 0 | 1001011 | 100100100 | 110111 | 10000 |
Color Harmonies of #3B1341
Complementary color
Monochromatic Colors of #3B1341
Black with #3B1341
Text Example
Text Example
White with #3B1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1341; }
p { color: rgb(59,19,65); }
H1.HeaderClassName
{
color: #3B1341;
}
.AnyTagClassName
{
color: #3B1341;
}
</style>
background-color css
<style>
a { background-color: #3B1341; }
a { background-color: rgb(59,19,65); }
div.DivClassName
{
background-color: #3B1341;
}
.BgClassName
{
background-color: #3B1341;
}
</style>
border-color css
<style>
span { border-color: #3B1341; }
span { border-color: rgb(59,19,65); }
td.TdClassName
{
border-color: #3B1341;
}
.TagClassName
{
border-color: #3B1341;
}
</style>