Shades of El Paso #3F401F
Tints of El Paso #3F401F
RGB
CMYK
RGB Variations
Color information
#3F401F (or 0x3F401F) is known color: El Paso. HEX triplet: 3F, 40 and 1F. RGB value is (63,64,31). Sum of RGB (Red+Green+Blue) = 63+64+31=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #3F401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F401F is #C0BFE0. Grayscale: #3C3C3C. Windows color (decimal): -12632033 or 2048063. OLE color: 2048063.
HSL color Cylindrical-coordinate representation of color #3F401F: hue angle of 61.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F401F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 31 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.75 |
| HSL | 61.82º | 0.35% | 0.19% | - |
| HSV(B) | 61.82º | 0.52% | 0.25% | - |
| XYZ | 4.13 | 4.82 | 2.01 | - |
| YUV | 59.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 31 | 0.02 | 0 | 0.52 | 0.75 | 61.82 | 0.35 | 0.19 |
| Hex | 3F | 40 | 1F | 2 | 0 | 34 | 4B | 3E | 23 | 13 |
| Octal | 77 | 100 | 37 | 2 | 0 | 64 | 113 | 76 | 43 | 23 |
| Binary | 111111 | 1000000 | 11111 | 10 | 0 | 110100 | 1001011 | 111110 | 100011 | 10011 |
Color Harmonies of #3F401F
Complementary color
Monochromatic Colors of #3F401F
Black with #3F401F
Text Example
Text Example
White with #3F401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F401F; }
p { color: rgb(63,64,31); }
H1.HeaderClassName
{
color: #3F401F;
}
.AnyTagClassName
{
color: #3F401F;
}
</style>
background-color css
<style>
a { background-color: #3F401F; }
a { background-color: rgb(63,64,31); }
div.DivClassName
{
background-color: #3F401F;
}
.BgClassName
{
background-color: #3F401F;
}
</style>
border-color css
<style>
span { border-color: #3F401F; }
span { border-color: rgb(63,64,31); }
td.TdClassName
{
border-color: #3F401F;
}
.TagClassName
{
border-color: #3F401F;
}
</style>