Shades of El Paso #3F4024
Tints of El Paso #3F4024
RGB
CMYK
RGB Variations
Color information
#3F4024 (or 0x3F4024) is known color: El Paso. HEX triplet: 3F, 40 and 24. RGB value is (63,64,36). Sum of RGB (Red+Green+Blue) = 63+64+36=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4024 is #C0BFDB. Grayscale: #3C3C3C. Windows color (decimal): -12632028 or 2375743. OLE color: 2375743.
HSL color Cylindrical-coordinate representation of color #3F4024: hue angle of 62.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4024 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 36 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.75 |
| HSL | 62.14º | 0.28% | 0.2% | - |
| HSV(B) | 62.14º | 0.44% | 0.25% | - |
| XYZ | 4.2 | 4.85 | 2.38 | - |
| YUV | 60.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 36 | 0.02 | 0 | 0.44 | 0.75 | 62.14 | 0.28 | 0.2 |
| Hex | 3F | 40 | 24 | 2 | 0 | 2C | 4B | 3E | 1C | 14 |
| Octal | 77 | 100 | 44 | 2 | 0 | 54 | 113 | 76 | 34 | 24 |
| Binary | 111111 | 1000000 | 100100 | 10 | 0 | 101100 | 1001011 | 111110 | 11100 | 10100 |
Color Harmonies of #3F4024
Complementary color
Monochromatic Colors of #3F4024
Black with #3F4024
Text Example
Text Example
White with #3F4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4024; }
p { color: rgb(63,64,36); }
H1.HeaderClassName
{
color: #3F4024;
}
.AnyTagClassName
{
color: #3F4024;
}
</style>
background-color css
<style>
a { background-color: #3F4024; }
a { background-color: rgb(63,64,36); }
div.DivClassName
{
background-color: #3F4024;
}
.BgClassName
{
background-color: #3F4024;
}
</style>
border-color css
<style>
span { border-color: #3F4024; }
span { border-color: rgb(63,64,36); }
td.TdClassName
{
border-color: #3F4024;
}
.TagClassName
{
border-color: #3F4024;
}
</style>