Shades of El Paso #41412E
Tints of El Paso #41412E
RGB
CMYK
RGB Variations
Color information
#41412E (or 0x41412E) is known color: El Paso. HEX triplet: 41, 41 and 2E. RGB value is (65,65,46). Sum of RGB (Red+Green+Blue) = 65+65+46=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41412E is #BEBED1. Grayscale: #3E3E3E. Windows color (decimal): -12500690 or 3031361. OLE color: 3031361.
HSL color Cylindrical-coordinate representation of color #41412E: hue angle of 60º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41412E is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 46 | - |
| CMYK | 0 | 0 | 0.29 | 0.75 |
| HSL | 60º | 0.17% | 0.22% | - |
| HSV(B) | 60º | 0.29% | 0.25% | - |
| XYZ | 4.56 | 5.1 | 3.33 | - |
| YUV | 62.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 46 | 0 | 0 | 0.29 | 0.75 | 60 | 0.17 | 0.22 |
| Hex | 41 | 41 | 2E | 0 | 0 | 1D | 4B | 3C | 11 | 16 |
| Octal | 101 | 101 | 56 | 0 | 0 | 35 | 113 | 74 | 21 | 26 |
| Binary | 1000001 | 1000001 | 101110 | 0 | 0 | 11101 | 1001011 | 111100 | 10001 | 10110 |
Color Harmonies of #41412E
Complementary color
Monochromatic Colors of #41412E
Black with #41412E
Text Example
Text Example
White with #41412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41412E; }
p { color: rgb(65,65,46); }
H1.HeaderClassName
{
color: #41412E;
}
.AnyTagClassName
{
color: #41412E;
}
</style>
background-color css
<style>
a { background-color: #41412E; }
a { background-color: rgb(65,65,46); }
div.DivClassName
{
background-color: #41412E;
}
.BgClassName
{
background-color: #41412E;
}
</style>
border-color css
<style>
span { border-color: #41412E; }
span { border-color: rgb(65,65,46); }
td.TdClassName
{
border-color: #41412E;
}
.TagClassName
{
border-color: #41412E;
}
</style>