Shades of Mardi Gras #3B0140
Tints of Mardi Gras #3B0140
RGB
CMYK
RGB Variations
Color information
#3B0140 (or 0x3B0140) is known color: Mardi Gras. HEX triplet: 3B, 01 and 40. RGB value is (59,1,64). Sum of RGB (Red+Green+Blue) = 59+1+64=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B0140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0140 is #C4FEBF. Grayscale: #191919. Windows color (decimal): -12910272 or 4194619. OLE color: 4194619.
HSL color Cylindrical-coordinate representation of color #3B0140: hue angle of 295.24º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0140 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 1 | 64 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.75 |
| HSL | 295.24º | 0.97% | 0.13% | - |
| HSV(B) | 295.24º | 0.98% | 0.25% | - |
| XYZ | 2.74 | 1.32 | 4.96 | - |
| YUV | 25.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 64 | 0.08 | 0.98 | 0 | 0.75 | 295.24 | 0.97 | 0.13 |
| Hex | 3B | 1 | 40 | 8 | 62 | 0 | 4B | 127 | 61 | D |
| Octal | 73 | 1 | 100 | 10 | 142 | 0 | 113 | 447 | 141 | 15 |
| Binary | 111011 | 1 | 1000000 | 1000 | 1100010 | 0 | 1001011 | 100100111 | 1100001 | 1101 |
Color Harmonies of #3B0140
Complementary color
Monochromatic Colors of #3B0140
Black with #3B0140
Text Example
Text Example
White with #3B0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0140; }
p { color: rgb(59,1,64); }
H1.HeaderClassName
{
color: #3B0140;
}
.AnyTagClassName
{
color: #3B0140;
}
</style>
background-color css
<style>
a { background-color: #3B0140; }
a { background-color: rgb(59,1,64); }
div.DivClassName
{
background-color: #3B0140;
}
.BgClassName
{
background-color: #3B0140;
}
</style>
border-color css
<style>
span { border-color: #3B0140; }
span { border-color: rgb(59,1,64); }
td.TdClassName
{
border-color: #3B0140;
}
.TagClassName
{
border-color: #3B0140;
}
</style>