Shades of El Paso #414121
Tints of El Paso #414121
RGB
CMYK
RGB Variations
Color information
#414121 (or 0x414121) is known color: El Paso. HEX triplet: 41, 41 and 21. RGB value is (65,65,33). Sum of RGB (Red+Green+Blue) = 65+65+33=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414121 is #BEBEDE. Grayscale: #3D3D3D. Windows color (decimal): -12500703 or 2179393. OLE color: 2179393.
HSL color Cylindrical-coordinate representation of color #414121: hue angle of 60º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #414121 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 33 | - |
| CMYK | 0 | 0 | 0.49 | 0.75 |
| HSL | 60º | 0.33% | 0.19% | - |
| HSV(B) | 60º | 0.49% | 0.25% | - |
| XYZ | 4.34 | 5.01 | 2.18 | - |
| YUV | 61.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 33 | 0 | 0 | 0.49 | 0.75 | 60 | 0.33 | 0.19 |
| Hex | 41 | 41 | 21 | 0 | 0 | 31 | 4B | 3C | 21 | 13 |
| Octal | 101 | 101 | 41 | 0 | 0 | 61 | 113 | 74 | 41 | 23 |
| Binary | 1000001 | 1000001 | 100001 | 0 | 0 | 110001 | 1001011 | 111100 | 100001 | 10011 |
Color Harmonies of #414121
Complementary color
Monochromatic Colors of #414121
Black with #414121
Text Example
Text Example
White with #414121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414121; }
p { color: rgb(65,65,33); }
H1.HeaderClassName
{
color: #414121;
}
.AnyTagClassName
{
color: #414121;
}
</style>
background-color css
<style>
a { background-color: #414121; }
a { background-color: rgb(65,65,33); }
div.DivClassName
{
background-color: #414121;
}
.BgClassName
{
background-color: #414121;
}
</style>
border-color css
<style>
span { border-color: #414121; }
span { border-color: rgb(65,65,33); }
td.TdClassName
{
border-color: #414121;
}
.TagClassName
{
border-color: #414121;
}
</style>