Shades of El Paso #3F402A
Tints of El Paso #3F402A
RGB
CMYK
RGB Variations
Color information
#3F402A (or 0x3F402A) is known color: El Paso. HEX triplet: 3F, 40 and 2A. RGB value is (63,64,42). Sum of RGB (Red+Green+Blue) = 63+64+42=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #3F402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F402A is #C0BFD5. Grayscale: #3D3D3D. Windows color (decimal): -12632022 or 2768959. OLE color: 2768959.
HSL color Cylindrical-coordinate representation of color #3F402A: hue angle of 62.73º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F402A is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 42 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.75 |
| HSL | 62.73º | 0.21% | 0.21% | - |
| HSV(B) | 62.73º | 0.34% | 0.25% | - |
| XYZ | 4.3 | 4.89 | 2.91 | - |
| YUV | 61.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 42 | 0.02 | 0 | 0.34 | 0.75 | 62.73 | 0.21 | 0.21 |
| Hex | 3F | 40 | 2A | 2 | 0 | 22 | 4B | 3F | 15 | 15 |
| Octal | 77 | 100 | 52 | 2 | 0 | 42 | 113 | 77 | 25 | 25 |
| Binary | 111111 | 1000000 | 101010 | 10 | 0 | 100010 | 1001011 | 111111 | 10101 | 10101 |
Color Harmonies of #3F402A
Complementary color
Monochromatic Colors of #3F402A
Black with #3F402A
Text Example
Text Example
White with #3F402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F402A; }
p { color: rgb(63,64,42); }
H1.HeaderClassName
{
color: #3F402A;
}
.AnyTagClassName
{
color: #3F402A;
}
</style>
background-color css
<style>
a { background-color: #3F402A; }
a { background-color: rgb(63,64,42); }
div.DivClassName
{
background-color: #3F402A;
}
.BgClassName
{
background-color: #3F402A;
}
</style>
border-color css
<style>
span { border-color: #3F402A; }
span { border-color: rgb(63,64,42); }
td.TdClassName
{
border-color: #3F402A;
}
.TagClassName
{
border-color: #3F402A;
}
</style>