Shades of El Paso #424128
Tints of El Paso #424128
RGB
CMYK
RGB Variations
Color information
#424128 (or 0x424128) is known color: El Paso. HEX triplet: 42, 41 and 28. RGB value is (66,65,40). Sum of RGB (Red+Green+Blue) = 66+65+40=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #424128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424128 is #BDBED7. Grayscale: #3E3E3E. Windows color (decimal): -12435160 or 2638146. OLE color: 2638146.
HSL color Cylindrical-coordinate representation of color #424128: hue angle of 57.69º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424128 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 40 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.74 |
| HSL | 57.69º | 0.25% | 0.21% | - |
| HSV(B) | 57.69º | 0.39% | 0.26% | - |
| XYZ | 4.52 | 5.09 | 2.75 | - |
| YUV | 62.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 40 | 0 | 0.02 | 0.39 | 0.74 | 57.69 | 0.25 | 0.21 |
| Hex | 42 | 41 | 28 | 0 | 2 | 27 | 4A | 3A | 19 | 15 |
| Octal | 102 | 101 | 50 | 0 | 2 | 47 | 112 | 72 | 31 | 25 |
| Binary | 1000010 | 1000001 | 101000 | 0 | 10 | 100111 | 1001010 | 111010 | 11001 | 10101 |
Color Harmonies of #424128
Complementary color
Monochromatic Colors of #424128
Black with #424128
Text Example
Text Example
White with #424128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424128; }
p { color: rgb(66,65,40); }
H1.HeaderClassName
{
color: #424128;
}
.AnyTagClassName
{
color: #424128;
}
</style>
background-color css
<style>
a { background-color: #424128; }
a { background-color: rgb(66,65,40); }
div.DivClassName
{
background-color: #424128;
}
.BgClassName
{
background-color: #424128;
}
</style>
border-color css
<style>
span { border-color: #424128; }
span { border-color: rgb(66,65,40); }
td.TdClassName
{
border-color: #424128;
}
.TagClassName
{
border-color: #424128;
}
</style>