Shades of Mardi Gras #40003B
Tints of Mardi Gras #40003B
RGB
CMYK
RGB Variations
Color information
#40003B (or 0x40003B) is known color: Mardi Gras. HEX triplet: 40, 00 and 3B. RGB value is (64,0,59). Sum of RGB (Red+Green+Blue) = 64+0+59=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40003B is #BFFFC4. Grayscale: #191919. Windows color (decimal): -12582853 or 3866688. OLE color: 3866688.
HSL color Cylindrical-coordinate representation of color #40003B: hue angle of 304.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40003B is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.08 | 0.75 |
| HSL | 304.69º | 1% | 0.13% | - |
| HSV(B) | 304.69º | 1% | 0.25% | - |
| XYZ | 2.9 | 1.41 | 4.26 | - |
| YUV | 25.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 59 | 0 | 1 | 0.08 | 0.75 | 304.69 | 1 | 0.13 |
| Hex | 40 | 0 | 3B | 0 | 64 | 8 | 4B | 131 | 64 | D |
| Octal | 100 | 0 | 73 | 0 | 144 | 10 | 113 | 461 | 144 | 15 |
| Binary | 1000000 | 0 | 111011 | 0 | 1100100 | 1000 | 1001011 | 100110001 | 1100100 | 1101 |
Color Harmonies of #40003B
Complementary color
Monochromatic Colors of #40003B
Black with #40003B
Text Example
Text Example
White with #40003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40003B; }
p { color: rgb(64,0,59); }
H1.HeaderClassName
{
color: #40003B;
}
.AnyTagClassName
{
color: #40003B;
}
</style>
background-color css
<style>
a { background-color: #40003B; }
a { background-color: rgb(64,0,59); }
div.DivClassName
{
background-color: #40003B;
}
.BgClassName
{
background-color: #40003B;
}
</style>
border-color css
<style>
span { border-color: #40003B; }
span { border-color: rgb(64,0,59); }
td.TdClassName
{
border-color: #40003B;
}
.TagClassName
{
border-color: #40003B;
}
</style>