Shades of Mardi Gras #3B003E
Tints of Mardi Gras #3B003E
RGB
CMYK
RGB Variations
Color information
#3B003E (or 0x3B003E) is known color: Mardi Gras. HEX triplet: 3B, 00 and 3E. RGB value is (59,0,62). Sum of RGB (Red+Green+Blue) = 59+0+62=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B003E is #C4FFC1. Grayscale: #181818. Windows color (decimal): -12910530 or 4063291. OLE color: 4063291.
HSL color Cylindrical-coordinate representation of color #3B003E: hue angle of 297.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B003E is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 0 | 62 | - |
| CMYK | 0.05 | 1 | 0 | 0.76 |
| HSL | 297.1º | 1% | 0.12% | - |
| HSV(B) | 297.1º | 1% | 0.24% | - |
| XYZ | 2.67 | 1.28 | 4.66 | - |
| YUV | 24.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 62 | 0.05 | 1 | 0 | 0.76 | 297.1 | 1 | 0.12 |
| Hex | 3B | 0 | 3E | 5 | 64 | 0 | 4C | 129 | 64 | C |
| Octal | 73 | 0 | 76 | 5 | 144 | 0 | 114 | 451 | 144 | 14 |
| Binary | 111011 | 0 | 111110 | 101 | 1100100 | 0 | 1001100 | 100101001 | 1100100 | 1100 |
Color Harmonies of #3B003E
Complementary color
Monochromatic Colors of #3B003E
Black with #3B003E
Text Example
Text Example
White with #3B003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B003E; }
p { color: rgb(59,0,62); }
H1.HeaderClassName
{
color: #3B003E;
}
.AnyTagClassName
{
color: #3B003E;
}
</style>
background-color css
<style>
a { background-color: #3B003E; }
a { background-color: rgb(59,0,62); }
div.DivClassName
{
background-color: #3B003E;
}
.BgClassName
{
background-color: #3B003E;
}
</style>
border-color css
<style>
span { border-color: #3B003E; }
span { border-color: rgb(59,0,62); }
td.TdClassName
{
border-color: #3B003E;
}
.TagClassName
{
border-color: #3B003E;
}
</style>