Shades of El Paso #414130
Tints of El Paso #414130
RGB
CMYK
RGB Variations
Color information
#414130 (or 0x414130) is known color: El Paso. HEX triplet: 41, 41 and 30. RGB value is (65,65,48). Sum of RGB (Red+Green+Blue) = 65+65+48=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414130 is #BEBECF. Grayscale: #3F3F3F. Windows color (decimal): -12500688 or 3162433. OLE color: 3162433.
HSL color Cylindrical-coordinate representation of color #414130: hue angle of 60º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #414130 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 48 | - |
| CMYK | 0 | 0 | 0.26 | 0.75 |
| HSL | 60º | 0.15% | 0.22% | - |
| HSV(B) | 60º | 0.26% | 0.25% | - |
| XYZ | 4.6 | 5.12 | 3.54 | - |
| YUV | 63.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 48 | 0 | 0 | 0.26 | 0.75 | 60 | 0.15 | 0.22 |
| Hex | 41 | 41 | 30 | 0 | 0 | 1A | 4B | 3C | F | 16 |
| Octal | 101 | 101 | 60 | 0 | 0 | 32 | 113 | 74 | 17 | 26 |
| Binary | 1000001 | 1000001 | 110000 | 0 | 0 | 11010 | 1001011 | 111100 | 1111 | 10110 |
Color Harmonies of #414130
Complementary color
Monochromatic Colors of #414130
Black with #414130
Text Example
Text Example
White with #414130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414130; }
p { color: rgb(65,65,48); }
H1.HeaderClassName
{
color: #414130;
}
.AnyTagClassName
{
color: #414130;
}
</style>
background-color css
<style>
a { background-color: #414130; }
a { background-color: rgb(65,65,48); }
div.DivClassName
{
background-color: #414130;
}
.BgClassName
{
background-color: #414130;
}
</style>
border-color css
<style>
span { border-color: #414130; }
span { border-color: rgb(65,65,48); }
td.TdClassName
{
border-color: #414130;
}
.TagClassName
{
border-color: #414130;
}
</style>