Shades of El Paso #414135
Tints of El Paso #414135
RGB
CMYK
RGB Variations
Color information
#414135 (or 0x414135) is known color: El Paso. HEX triplet: 41, 41 and 35. RGB value is (65,65,53). Sum of RGB (Red+Green+Blue) = 65+65+53=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414135 is #BEBECA. Grayscale: #3F3F3F. Windows color (decimal): -12500683 or 3490113. OLE color: 3490113.
HSL color Cylindrical-coordinate representation of color #414135: hue angle of 60º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414135 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 53 | - |
| CMYK | 0 | 0 | 0.18 | 0.75 |
| HSL | 60º | 0.1% | 0.23% | - |
| HSV(B) | 60º | 0.18% | 0.25% | - |
| XYZ | 4.71 | 5.16 | 4.12 | - |
| YUV | 63.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 53 | 0 | 0 | 0.18 | 0.75 | 60 | 0.1 | 0.23 |
| Hex | 41 | 41 | 35 | 0 | 0 | 12 | 4B | 3C | A | 17 |
| Octal | 101 | 101 | 65 | 0 | 0 | 22 | 113 | 74 | 12 | 27 |
| Binary | 1000001 | 1000001 | 110101 | 0 | 0 | 10010 | 1001011 | 111100 | 1010 | 10111 |
Color Harmonies of #414135
Complementary color
Monochromatic Colors of #414135
Black with #414135
Text Example
Text Example
White with #414135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414135; }
p { color: rgb(65,65,53); }
H1.HeaderClassName
{
color: #414135;
}
.AnyTagClassName
{
color: #414135;
}
</style>
background-color css
<style>
a { background-color: #414135; }
a { background-color: rgb(65,65,53); }
div.DivClassName
{
background-color: #414135;
}
.BgClassName
{
background-color: #414135;
}
</style>
border-color css
<style>
span { border-color: #414135; }
span { border-color: rgb(65,65,53); }
td.TdClassName
{
border-color: #414135;
}
.TagClassName
{
border-color: #414135;
}
</style>