Shades of Mardi Gras #401B3F
Tints of Mardi Gras #401B3F
RGB
CMYK
RGB Variations
Color information
#401B3F (or 0x401B3F) is known color: Mardi Gras. HEX triplet: 40, 1B and 3F. RGB value is (64,27,63). Sum of RGB (Red+Green+Blue) = 64+27+63=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #401B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B3F is #BFE4C0. Grayscale: #2A2A2A. Windows color (decimal): -12575937 or 4135744. OLE color: 4135744.
HSL color Cylindrical-coordinate representation of color #401B3F: hue angle of 301.62º 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 #401B3F is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 63 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.75 |
| HSL | 301.62º | 0.41% | 0.18% | - |
| HSV(B) | 301.62º | 0.58% | 0.25% | - |
| XYZ | 3.4 | 2.23 | 4.95 | - |
| YUV | 42.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 63 | 0 | 0.58 | 0.02 | 0.75 | 301.62 | 0.41 | 0.18 |
| Hex | 40 | 1B | 3F | 0 | 3A | 2 | 4B | 12E | 29 | 12 |
| Octal | 100 | 33 | 77 | 0 | 72 | 2 | 113 | 456 | 51 | 22 |
| Binary | 1000000 | 11011 | 111111 | 0 | 111010 | 10 | 1001011 | 100101110 | 101001 | 10010 |
Color Harmonies of #401B3F
Complementary color
Monochromatic Colors of #401B3F
Black with #401B3F
Text Example
Text Example
White with #401B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B3F; }
p { color: rgb(64,27,63); }
H1.HeaderClassName
{
color: #401B3F;
}
.AnyTagClassName
{
color: #401B3F;
}
</style>
background-color css
<style>
a { background-color: #401B3F; }
a { background-color: rgb(64,27,63); }
div.DivClassName
{
background-color: #401B3F;
}
.BgClassName
{
background-color: #401B3F;
}
</style>
border-color css
<style>
span { border-color: #401B3F; }
span { border-color: rgb(64,27,63); }
td.TdClassName
{
border-color: #401B3F;
}
.TagClassName
{
border-color: #401B3F;
}
</style>