Shades of El Paso #41411B
Tints of El Paso #41411B
RGB
CMYK
RGB Variations
Color information
#41411B (or 0x41411B) is known color: El Paso. HEX triplet: 41, 41 and 1B. RGB value is (65,65,27). Sum of RGB (Red+Green+Blue) = 65+65+27=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41411B is #BEBEE4. Grayscale: #3C3C3C. Windows color (decimal): -12500709 or 1786177. OLE color: 1786177.
HSL color Cylindrical-coordinate representation of color #41411B: hue angle of 60º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41411B is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 27 | - |
| CMYK | 0 | 0 | 0.58 | 0.75 |
| HSL | 60º | 0.41% | 0.18% | - |
| HSV(B) | 60º | 0.58% | 0.25% | - |
| XYZ | 4.27 | 4.98 | 1.77 | - |
| YUV | 60.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 27 | 0 | 0 | 0.58 | 0.75 | 60 | 0.41 | 0.18 |
| Hex | 41 | 41 | 1B | 0 | 0 | 3A | 4B | 3C | 29 | 12 |
| Octal | 101 | 101 | 33 | 0 | 0 | 72 | 113 | 74 | 51 | 22 |
| Binary | 1000001 | 1000001 | 11011 | 0 | 0 | 111010 | 1001011 | 111100 | 101001 | 10010 |
Color Harmonies of #41411B
Complementary color
Monochromatic Colors of #41411B
Black with #41411B
Text Example
Text Example
White with #41411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41411B; }
p { color: rgb(65,65,27); }
H1.HeaderClassName
{
color: #41411B;
}
.AnyTagClassName
{
color: #41411B;
}
</style>
background-color css
<style>
a { background-color: #41411B; }
a { background-color: rgb(65,65,27); }
div.DivClassName
{
background-color: #41411B;
}
.BgClassName
{
background-color: #41411B;
}
</style>
border-color css
<style>
span { border-color: #41411B; }
span { border-color: rgb(65,65,27); }
td.TdClassName
{
border-color: #41411B;
}
.TagClassName
{
border-color: #41411B;
}
</style>