Shades of El Paso #41412B
Tints of El Paso #41412B
RGB
CMYK
RGB Variations
Color information
#41412B (or 0x41412B) is known color: El Paso. HEX triplet: 41, 41 and 2B. RGB value is (65,65,43). Sum of RGB (Red+Green+Blue) = 65+65+43=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41412B is #BEBED4. Grayscale: #3E3E3E. Windows color (decimal): -12500693 or 2834753. OLE color: 2834753.
HSL color Cylindrical-coordinate representation of color #41412B: hue angle of 60º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41412B is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 43 | - |
| CMYK | 0 | 0 | 0.34 | 0.75 |
| HSL | 60º | 0.2% | 0.21% | - |
| HSV(B) | 60º | 0.34% | 0.25% | - |
| XYZ | 4.51 | 5.08 | 3.03 | - |
| YUV | 62.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 43 | 0 | 0 | 0.34 | 0.75 | 60 | 0.2 | 0.21 |
| Hex | 41 | 41 | 2B | 0 | 0 | 22 | 4B | 3C | 14 | 15 |
| Octal | 101 | 101 | 53 | 0 | 0 | 42 | 113 | 74 | 24 | 25 |
| Binary | 1000001 | 1000001 | 101011 | 0 | 0 | 100010 | 1001011 | 111100 | 10100 | 10101 |
Color Harmonies of #41412B
Complementary color
Monochromatic Colors of #41412B
Black with #41412B
Text Example
Text Example
White with #41412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41412B; }
p { color: rgb(65,65,43); }
H1.HeaderClassName
{
color: #41412B;
}
.AnyTagClassName
{
color: #41412B;
}
</style>
background-color css
<style>
a { background-color: #41412B; }
a { background-color: rgb(65,65,43); }
div.DivClassName
{
background-color: #41412B;
}
.BgClassName
{
background-color: #41412B;
}
</style>
border-color css
<style>
span { border-color: #41412B; }
span { border-color: rgb(65,65,43); }
td.TdClassName
{
border-color: #41412B;
}
.TagClassName
{
border-color: #41412B;
}
</style>