Shades of Mardi Gras #3E003B
Tints of Mardi Gras #3E003B
RGB
CMYK
RGB Variations
Color information
#3E003B (or 0x3E003B) is known color: Mardi Gras. HEX triplet: 3E, 00 and 3B. RGB value is (62,0,59). Sum of RGB (Red+Green+Blue) = 62+0+59=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E003B is #C1FFC4. Grayscale: #191919. Windows color (decimal): -12713925 or 3866686. OLE color: 3866686.
HSL color Cylindrical-coordinate representation of color #3E003B: hue angle of 302.9º 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 #3E003B is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.05 | 0.76 |
| HSL | 302.9º | 1% | 0.12% | - |
| HSV(B) | 302.9º | 1% | 0.24% | - |
| XYZ | 2.78 | 1.34 | 4.25 | - |
| YUV | 25.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 59 | 0 | 1 | 0.05 | 0.76 | 302.9 | 1 | 0.12 |
| Hex | 3E | 0 | 3B | 0 | 64 | 5 | 4C | 12F | 64 | C |
| Octal | 76 | 0 | 73 | 0 | 144 | 5 | 114 | 457 | 144 | 14 |
| Binary | 111110 | 0 | 111011 | 0 | 1100100 | 101 | 1001100 | 100101111 | 1100100 | 1100 |
Color Harmonies of #3E003B
Complementary color
Monochromatic Colors of #3E003B
Black with #3E003B
Text Example
Text Example
White with #3E003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E003B; }
p { color: rgb(62,0,59); }
H1.HeaderClassName
{
color: #3E003B;
}
.AnyTagClassName
{
color: #3E003B;
}
</style>
background-color css
<style>
a { background-color: #3E003B; }
a { background-color: rgb(62,0,59); }
div.DivClassName
{
background-color: #3E003B;
}
.BgClassName
{
background-color: #3E003B;
}
</style>
border-color css
<style>
span { border-color: #3E003B; }
span { border-color: rgb(62,0,59); }
td.TdClassName
{
border-color: #3E003B;
}
.TagClassName
{
border-color: #3E003B;
}
</style>