Shades of El Paso #3F4026
Tints of El Paso #3F4026
RGB
CMYK
RGB Variations
Color information
#3F4026 (or 0x3F4026) is known color: El Paso. HEX triplet: 3F, 40 and 26. RGB value is (63,64,38). Sum of RGB (Red+Green+Blue) = 63+64+38=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4026 is #C0BFD9. Grayscale: #3C3C3C. Windows color (decimal): -12632026 or 2506815. OLE color: 2506815.
HSL color Cylindrical-coordinate representation of color #3F4026: hue angle of 62.31º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F4026 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 38 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.75 |
| HSL | 62.31º | 0.25% | 0.2% | - |
| HSV(B) | 62.31º | 0.41% | 0.25% | - |
| XYZ | 4.23 | 4.86 | 2.55 | - |
| YUV | 60.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 38 | 0.02 | 0 | 0.41 | 0.75 | 62.31 | 0.25 | 0.2 |
| Hex | 3F | 40 | 26 | 2 | 0 | 29 | 4B | 3E | 19 | 14 |
| Octal | 77 | 100 | 46 | 2 | 0 | 51 | 113 | 76 | 31 | 24 |
| Binary | 111111 | 1000000 | 100110 | 10 | 0 | 101001 | 1001011 | 111110 | 11001 | 10100 |
Color Harmonies of #3F4026
Complementary color
Monochromatic Colors of #3F4026
Black with #3F4026
Text Example
Text Example
White with #3F4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4026; }
p { color: rgb(63,64,38); }
H1.HeaderClassName
{
color: #3F4026;
}
.AnyTagClassName
{
color: #3F4026;
}
</style>
background-color css
<style>
a { background-color: #3F4026; }
a { background-color: rgb(63,64,38); }
div.DivClassName
{
background-color: #3F4026;
}
.BgClassName
{
background-color: #3F4026;
}
</style>
border-color css
<style>
span { border-color: #3F4026; }
span { border-color: rgb(63,64,38); }
td.TdClassName
{
border-color: #3F4026;
}
.TagClassName
{
border-color: #3F4026;
}
</style>