Shades of Mardi Gras #3B0340
Tints of Mardi Gras #3B0340
RGB
CMYK
RGB Variations
Color information
#3B0340 (or 0x3B0340) is known color: Mardi Gras. HEX triplet: 3B, 03 and 40. RGB value is (59,3,64). Sum of RGB (Red+Green+Blue) = 59+3+64=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B0340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0340 is #C4FCBF. Grayscale: #1A1A1A. Windows color (decimal): -12909760 or 4195131. OLE color: 4195131.
HSL color Cylindrical-coordinate representation of color #3B0340: hue angle of 295.08º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0340 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 3 | 64 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.75 |
| HSL | 295.08º | 0.91% | 0.13% | - |
| HSV(B) | 295.08º | 0.95% | 0.25% | - |
| XYZ | 2.76 | 1.37 | 4.97 | - |
| YUV | 26.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 64 | 0.08 | 0.95 | 0 | 0.75 | 295.08 | 0.91 | 0.13 |
| Hex | 3B | 3 | 40 | 8 | 5F | 0 | 4B | 127 | 5B | D |
| Octal | 73 | 3 | 100 | 10 | 137 | 0 | 113 | 447 | 133 | 15 |
| Binary | 111011 | 11 | 1000000 | 1000 | 1011111 | 0 | 1001011 | 100100111 | 1011011 | 1101 |
Color Harmonies of #3B0340
Complementary color
Monochromatic Colors of #3B0340
Black with #3B0340
Text Example
Text Example
White with #3B0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0340; }
p { color: rgb(59,3,64); }
H1.HeaderClassName
{
color: #3B0340;
}
.AnyTagClassName
{
color: #3B0340;
}
</style>
background-color css
<style>
a { background-color: #3B0340; }
a { background-color: rgb(59,3,64); }
div.DivClassName
{
background-color: #3B0340;
}
.BgClassName
{
background-color: #3B0340;
}
</style>
border-color css
<style>
span { border-color: #3B0340; }
span { border-color: rgb(59,3,64); }
td.TdClassName
{
border-color: #3B0340;
}
.TagClassName
{
border-color: #3B0340;
}
</style>