Shades of Mardi Gras #3B0F41
Tints of Mardi Gras #3B0F41
RGB
CMYK
RGB Variations
Color information
#3B0F41 (or 0x3B0F41) is known color: Mardi Gras. HEX triplet: 3B, 0F and 41. RGB value is (59,15,65). Sum of RGB (Red+Green+Blue) = 59+15+65=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B0F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F41 is #C4F0BE. Grayscale: #212121. Windows color (decimal): -12906687 or 4263739. OLE color: 4263739.
HSL color Cylindrical-coordinate representation of color #3B0F41: hue angle of 292.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B0F41 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 15 | 65 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.75 |
| HSL | 292.8º | 0.63% | 0.16% | - |
| HSV(B) | 292.8º | 0.77% | 0.25% | - |
| XYZ | 2.93 | 1.65 | 5.17 | - |
| YUV | 33.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 65 | 0.09 | 0.77 | 0 | 0.75 | 292.8 | 0.63 | 0.16 |
| Hex | 3B | F | 41 | 9 | 4D | 0 | 4B | 125 | 3E | 10 |
| Octal | 73 | 17 | 101 | 11 | 115 | 0 | 113 | 445 | 76 | 20 |
| Binary | 111011 | 1111 | 1000001 | 1001 | 1001101 | 0 | 1001011 | 100100101 | 111110 | 10000 |
Color Harmonies of #3B0F41
Complementary color
Monochromatic Colors of #3B0F41
Black with #3B0F41
Text Example
Text Example
White with #3B0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F41; }
p { color: rgb(59,15,65); }
H1.HeaderClassName
{
color: #3B0F41;
}
.AnyTagClassName
{
color: #3B0F41;
}
</style>
background-color css
<style>
a { background-color: #3B0F41; }
a { background-color: rgb(59,15,65); }
div.DivClassName
{
background-color: #3B0F41;
}
.BgClassName
{
background-color: #3B0F41;
}
</style>
border-color css
<style>
span { border-color: #3B0F41; }
span { border-color: rgb(59,15,65); }
td.TdClassName
{
border-color: #3B0F41;
}
.TagClassName
{
border-color: #3B0F41;
}
</style>