Shades of Mardi Gras #401F3B
Tints of Mardi Gras #401F3B
RGB
CMYK
RGB Variations
Color information
#401F3B (or 0x401F3B) is known color: Mardi Gras. HEX triplet: 40, 1F and 3B. RGB value is (64,31,59). Sum of RGB (Red+Green+Blue) = 64+31+59=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #401F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F3B is #BFE0C4. Grayscale: #2B2B2B. Windows color (decimal): -12574917 or 3874624. OLE color: 3874624.
HSL color Cylindrical-coordinate representation of color #401F3B: hue angle of 309.09º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #401F3B is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 31 | 59 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.75 |
| HSL | 309.09º | 0.35% | 0.19% | - |
| HSV(B) | 309.09º | 0.52% | 0.25% | - |
| XYZ | 3.39 | 2.39 | 4.42 | - |
| YUV | 44.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 59 | 0 | 0.52 | 0.08 | 0.75 | 309.09 | 0.35 | 0.19 |
| Hex | 40 | 1F | 3B | 0 | 34 | 8 | 4B | 135 | 23 | 13 |
| Octal | 100 | 37 | 73 | 0 | 64 | 10 | 113 | 465 | 43 | 23 |
| Binary | 1000000 | 11111 | 111011 | 0 | 110100 | 1000 | 1001011 | 100110101 | 100011 | 10011 |
Color Harmonies of #401F3B
Complementary color
Monochromatic Colors of #401F3B
Black with #401F3B
Text Example
Text Example
White with #401F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401F3B; }
p { color: rgb(64,31,59); }
H1.HeaderClassName
{
color: #401F3B;
}
.AnyTagClassName
{
color: #401F3B;
}
</style>
background-color css
<style>
a { background-color: #401F3B; }
a { background-color: rgb(64,31,59); }
div.DivClassName
{
background-color: #401F3B;
}
.BgClassName
{
background-color: #401F3B;
}
</style>
border-color css
<style>
span { border-color: #401F3B; }
span { border-color: rgb(64,31,59); }
td.TdClassName
{
border-color: #401F3B;
}
.TagClassName
{
border-color: #401F3B;
}
</style>