Shades of Mardi Gras #40203B
Tints of Mardi Gras #40203B
RGB
CMYK
RGB Variations
Color information
#40203B (or 0x40203B) is known color: Mardi Gras. HEX triplet: 40, 20 and 3B. RGB value is (64,32,59). Sum of RGB (Red+Green+Blue) = 64+32+59=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #40203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40203B is #BFDFC4. Grayscale: #2C2C2C. Windows color (decimal): -12574661 or 3874880. OLE color: 3874880.
HSL color Cylindrical-coordinate representation of color #40203B: hue angle of 309.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40203B is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 59 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.75 |
| HSL | 309.38º | 0.33% | 0.19% | - |
| HSV(B) | 309.38º | 0.5% | 0.25% | - |
| XYZ | 3.42 | 2.44 | 4.43 | - |
| YUV | 44.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 59 | 0 | 0.50 | 0.08 | 0.75 | 309.38 | 0.33 | 0.19 |
| Hex | 40 | 20 | 3B | 0 | 32 | 8 | 4B | 135 | 21 | 13 |
| Octal | 100 | 40 | 73 | 0 | 62 | 10 | 113 | 465 | 41 | 23 |
| Binary | 1000000 | 100000 | 111011 | 0 | 110010 | 1000 | 1001011 | 100110101 | 100001 | 10011 |
Color Harmonies of #40203B
Complementary color
Monochromatic Colors of #40203B
Black with #40203B
Text Example
Text Example
White with #40203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40203B; }
p { color: rgb(64,32,59); }
H1.HeaderClassName
{
color: #40203B;
}
.AnyTagClassName
{
color: #40203B;
}
</style>
background-color css
<style>
a { background-color: #40203B; }
a { background-color: rgb(64,32,59); }
div.DivClassName
{
background-color: #40203B;
}
.BgClassName
{
background-color: #40203B;
}
</style>
border-color css
<style>
span { border-color: #40203B; }
span { border-color: rgb(64,32,59); }
td.TdClassName
{
border-color: #40203B;
}
.TagClassName
{
border-color: #40203B;
}
</style>