Shades of Mardi Gras #40193B
Tints of Mardi Gras #40193B
RGB
CMYK
RGB Variations
Color information
#40193B (or 0x40193B) is known color: Mardi Gras. HEX triplet: 40, 19 and 3B. RGB value is (64,25,59). Sum of RGB (Red+Green+Blue) = 64+25+59=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40193B is #BFE6C4. Grayscale: #282828. Windows color (decimal): -12576453 or 3873088. OLE color: 3873088.
HSL color Cylindrical-coordinate representation of color #40193B: hue angle of 307.69º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40193B is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 59 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.75 |
| HSL | 307.69º | 0.44% | 0.17% | - |
| HSV(B) | 307.69º | 0.61% | 0.25% | - |
| XYZ | 3.25 | 2.1 | 4.37 | - |
| YUV | 40.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 59 | 0 | 0.61 | 0.08 | 0.75 | 307.69 | 0.44 | 0.17 |
| Hex | 40 | 19 | 3B | 0 | 3D | 8 | 4B | 134 | 2C | 11 |
| Octal | 100 | 31 | 73 | 0 | 75 | 10 | 113 | 464 | 54 | 21 |
| Binary | 1000000 | 11001 | 111011 | 0 | 111101 | 1000 | 1001011 | 100110100 | 101100 | 10001 |
Color Harmonies of #40193B
Complementary color
Monochromatic Colors of #40193B
Black with #40193B
Text Example
Text Example
White with #40193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40193B; }
p { color: rgb(64,25,59); }
H1.HeaderClassName
{
color: #40193B;
}
.AnyTagClassName
{
color: #40193B;
}
</style>
background-color css
<style>
a { background-color: #40193B; }
a { background-color: rgb(64,25,59); }
div.DivClassName
{
background-color: #40193B;
}
.BgClassName
{
background-color: #40193B;
}
</style>
border-color css
<style>
span { border-color: #40193B; }
span { border-color: rgb(64,25,59); }
td.TdClassName
{
border-color: #40193B;
}
.TagClassName
{
border-color: #40193B;
}
</style>