Shades of Mardi Gras #401B3E
Tints of Mardi Gras #401B3E
RGB
CMYK
RGB Variations
Color information
#401B3E (or 0x401B3E) is known color: Mardi Gras. HEX triplet: 40, 1B and 3E. RGB value is (64,27,62). Sum of RGB (Red+Green+Blue) = 64+27+62=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #401B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B3E is #BFE4C1. Grayscale: #292929. Windows color (decimal): -12575938 or 4070208. OLE color: 4070208.
HSL color Cylindrical-coordinate representation of color #401B3E: hue angle of 303.24º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B3E is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 62 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.75 |
| HSL | 303.24º | 0.41% | 0.18% | - |
| HSV(B) | 303.24º | 0.58% | 0.25% | - |
| XYZ | 3.38 | 2.22 | 4.81 | - |
| YUV | 42.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 62 | 0 | 0.58 | 0.03 | 0.75 | 303.24 | 0.41 | 0.18 |
| Hex | 40 | 1B | 3E | 0 | 3A | 3 | 4B | 12F | 29 | 12 |
| Octal | 100 | 33 | 76 | 0 | 72 | 3 | 113 | 457 | 51 | 22 |
| Binary | 1000000 | 11011 | 111110 | 0 | 111010 | 11 | 1001011 | 100101111 | 101001 | 10010 |
Color Harmonies of #401B3E
Complementary color
Monochromatic Colors of #401B3E
Black with #401B3E
Text Example
Text Example
White with #401B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B3E; }
p { color: rgb(64,27,62); }
H1.HeaderClassName
{
color: #401B3E;
}
.AnyTagClassName
{
color: #401B3E;
}
</style>
background-color css
<style>
a { background-color: #401B3E; }
a { background-color: rgb(64,27,62); }
div.DivClassName
{
background-color: #401B3E;
}
.BgClassName
{
background-color: #401B3E;
}
</style>
border-color css
<style>
span { border-color: #401B3E; }
span { border-color: rgb(64,27,62); }
td.TdClassName
{
border-color: #401B3E;
}
.TagClassName
{
border-color: #401B3E;
}
</style>