Shades of El Paso #404031
Tints of El Paso #404031
RGB
CMYK
RGB Variations
Color information
#404031 (or 0x404031) is known color: El Paso. HEX triplet: 40, 40 and 31. RGB value is (64,64,49). Sum of RGB (Red+Green+Blue) = 64+64+49=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404031 is #BFBFCE. Grayscale: #3E3E3E. Windows color (decimal): -12566479 or 3227712. OLE color: 3227712.
HSL color Cylindrical-coordinate representation of color #404031: hue angle of 60º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404031 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 49 | - |
| CMYK | 0 | 0 | 0.23 | 0.75 |
| HSL | 60º | 0.13% | 0.22% | - |
| HSV(B) | 60º | 0.23% | 0.25% | - |
| XYZ | 4.5 | 4.98 | 3.63 | - |
| YUV | 62.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 49 | 0 | 0 | 0.23 | 0.75 | 60 | 0.13 | 0.22 |
| Hex | 40 | 40 | 31 | 0 | 0 | 17 | 4B | 3C | D | 16 |
| Octal | 100 | 100 | 61 | 0 | 0 | 27 | 113 | 74 | 15 | 26 |
| Binary | 1000000 | 1000000 | 110001 | 0 | 0 | 10111 | 1001011 | 111100 | 1101 | 10110 |
Color Harmonies of #404031
Complementary color
Monochromatic Colors of #404031
Black with #404031
Text Example
Text Example
White with #404031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404031; }
p { color: rgb(64,64,49); }
H1.HeaderClassName
{
color: #404031;
}
.AnyTagClassName
{
color: #404031;
}
</style>
background-color css
<style>
a { background-color: #404031; }
a { background-color: rgb(64,64,49); }
div.DivClassName
{
background-color: #404031;
}
.BgClassName
{
background-color: #404031;
}
</style>
border-color css
<style>
span { border-color: #404031; }
span { border-color: rgb(64,64,49); }
td.TdClassName
{
border-color: #404031;
}
.TagClassName
{
border-color: #404031;
}
</style>