Shades of El Paso #414128
Tints of El Paso #414128
RGB
CMYK
RGB Variations
Color information
#414128 (or 0x414128) is known color: El Paso. HEX triplet: 41, 41 and 28. RGB value is (65,65,40). Sum of RGB (Red+Green+Blue) = 65+65+40=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414128 is #BEBED7. Grayscale: #3E3E3E. Windows color (decimal): -12500696 or 2638145. OLE color: 2638145.
HSL color Cylindrical-coordinate representation of color #414128: hue angle of 60º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #414128 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 40 | - |
| CMYK | 0 | 0 | 0.38 | 0.75 |
| HSL | 60º | 0.24% | 0.21% | - |
| HSV(B) | 60º | 0.38% | 0.25% | - |
| XYZ | 4.45 | 5.06 | 2.75 | - |
| YUV | 62.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 40 | 0 | 0 | 0.38 | 0.75 | 60 | 0.24 | 0.21 |
| Hex | 41 | 41 | 28 | 0 | 0 | 26 | 4B | 3C | 18 | 15 |
| Octal | 101 | 101 | 50 | 0 | 0 | 46 | 113 | 74 | 30 | 25 |
| Binary | 1000001 | 1000001 | 101000 | 0 | 0 | 100110 | 1001011 | 111100 | 11000 | 10101 |
Color Harmonies of #414128
Complementary color
Monochromatic Colors of #414128
Black with #414128
Text Example
Text Example
White with #414128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414128; }
p { color: rgb(65,65,40); }
H1.HeaderClassName
{
color: #414128;
}
.AnyTagClassName
{
color: #414128;
}
</style>
background-color css
<style>
a { background-color: #414128; }
a { background-color: rgb(65,65,40); }
div.DivClassName
{
background-color: #414128;
}
.BgClassName
{
background-color: #414128;
}
</style>
border-color css
<style>
span { border-color: #414128; }
span { border-color: rgb(65,65,40); }
td.TdClassName
{
border-color: #414128;
}
.TagClassName
{
border-color: #414128;
}
</style>