Shades of El Paso #414024
Tints of El Paso #414024
RGB
CMYK
RGB Variations
Color information
#414024 (or 0x414024) is known color: El Paso. HEX triplet: 41, 40 and 24. RGB value is (65,64,36). Sum of RGB (Red+Green+Blue) = 65+64+36=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #414024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414024 is #BEBFDB. Grayscale: #3D3D3D. Windows color (decimal): -12500956 or 2375745. OLE color: 2375745.
HSL color Cylindrical-coordinate representation of color #414024: hue angle of 57.93º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414024 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 36 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.75 |
| HSL | 57.93º | 0.29% | 0.2% | - |
| HSV(B) | 57.93º | 0.45% | 0.25% | - |
| XYZ | 4.33 | 4.92 | 2.39 | - |
| YUV | 61.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 36 | 0 | 0.02 | 0.45 | 0.75 | 57.93 | 0.29 | 0.2 |
| Hex | 41 | 40 | 24 | 0 | 2 | 2D | 4B | 3A | 1D | 14 |
| Octal | 101 | 100 | 44 | 0 | 2 | 55 | 113 | 72 | 35 | 24 |
| Binary | 1000001 | 1000000 | 100100 | 0 | 10 | 101101 | 1001011 | 111010 | 11101 | 10100 |
Color Harmonies of #414024
Complementary color
Monochromatic Colors of #414024
Black with #414024
Text Example
Text Example
White with #414024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414024; }
p { color: rgb(65,64,36); }
H1.HeaderClassName
{
color: #414024;
}
.AnyTagClassName
{
color: #414024;
}
</style>
background-color css
<style>
a { background-color: #414024; }
a { background-color: rgb(65,64,36); }
div.DivClassName
{
background-color: #414024;
}
.BgClassName
{
background-color: #414024;
}
</style>
border-color css
<style>
span { border-color: #414024; }
span { border-color: rgb(65,64,36); }
td.TdClassName
{
border-color: #414024;
}
.TagClassName
{
border-color: #414024;
}
</style>