Shades of El Paso #414131
Tints of El Paso #414131
RGB
CMYK
RGB Variations
Color information
#414131 (or 0x414131) is known color: El Paso. HEX triplet: 41, 41 and 31. RGB value is (65,65,49). Sum of RGB (Red+Green+Blue) = 65+65+49=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414131 is #BEBECE. Grayscale: #3F3F3F. Windows color (decimal): -12500687 or 3227969. OLE color: 3227969.
HSL color Cylindrical-coordinate representation of color #414131: hue angle of 60º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414131 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 49 | - |
| CMYK | 0 | 0 | 0.25 | 0.75 |
| HSL | 60º | 0.14% | 0.22% | - |
| HSV(B) | 60º | 0.25% | 0.25% | - |
| XYZ | 4.62 | 5.13 | 3.65 | - |
| YUV | 63.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 49 | 0 | 0 | 0.25 | 0.75 | 60 | 0.14 | 0.22 |
| Hex | 41 | 41 | 31 | 0 | 0 | 19 | 4B | 3C | E | 16 |
| Octal | 101 | 101 | 61 | 0 | 0 | 31 | 113 | 74 | 16 | 26 |
| Binary | 1000001 | 1000001 | 110001 | 0 | 0 | 11001 | 1001011 | 111100 | 1110 | 10110 |
Color Harmonies of #414131
Complementary color
Monochromatic Colors of #414131
Black with #414131
Text Example
Text Example
White with #414131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414131; }
p { color: rgb(65,65,49); }
H1.HeaderClassName
{
color: #414131;
}
.AnyTagClassName
{
color: #414131;
}
</style>
background-color css
<style>
a { background-color: #414131; }
a { background-color: rgb(65,65,49); }
div.DivClassName
{
background-color: #414131;
}
.BgClassName
{
background-color: #414131;
}
</style>
border-color css
<style>
span { border-color: #414131; }
span { border-color: rgb(65,65,49); }
td.TdClassName
{
border-color: #414131;
}
.TagClassName
{
border-color: #414131;
}
</style>