Shades of Mardi Gras #3B0F3F
Tints of Mardi Gras #3B0F3F
RGB
CMYK
RGB Variations
Color information
#3B0F3F (or 0x3B0F3F) is known color: Mardi Gras. HEX triplet: 3B, 0F and 3F. RGB value is (59,15,63). Sum of RGB (Red+Green+Blue) = 59+15+63=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B0F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F3F is #C4F0C0. Grayscale: #212121. Windows color (decimal): -12906689 or 4132667. OLE color: 4132667.
HSL color Cylindrical-coordinate representation of color #3B0F3F: hue angle of 295º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B0F3F is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 15 | 63 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.75 |
| HSL | 295º | 0.62% | 0.15% | - |
| HSV(B) | 295º | 0.76% | 0.25% | - |
| XYZ | 2.87 | 1.63 | 4.87 | - |
| YUV | 33.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 63 | 0.06 | 0.76 | 0 | 0.75 | 295 | 0.62 | 0.15 |
| Hex | 3B | F | 3F | 6 | 4C | 0 | 4B | 127 | 3E | F |
| Octal | 73 | 17 | 77 | 6 | 114 | 0 | 113 | 447 | 76 | 17 |
| Binary | 111011 | 1111 | 111111 | 110 | 1001100 | 0 | 1001011 | 100100111 | 111110 | 1111 |
Color Harmonies of #3B0F3F
Complementary color
Monochromatic Colors of #3B0F3F
Black with #3B0F3F
Text Example
Text Example
White with #3B0F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F3F; }
p { color: rgb(59,15,63); }
H1.HeaderClassName
{
color: #3B0F3F;
}
.AnyTagClassName
{
color: #3B0F3F;
}
</style>
background-color css
<style>
a { background-color: #3B0F3F; }
a { background-color: rgb(59,15,63); }
div.DivClassName
{
background-color: #3B0F3F;
}
.BgClassName
{
background-color: #3B0F3F;
}
</style>
border-color css
<style>
span { border-color: #3B0F3F; }
span { border-color: rgb(59,15,63); }
td.TdClassName
{
border-color: #3B0F3F;
}
.TagClassName
{
border-color: #3B0F3F;
}
</style>