Shades of El Paso #3F401D
Tints of El Paso #3F401D
RGB
CMYK
RGB Variations
Color information
#3F401D (or 0x3F401D) is known color: El Paso. HEX triplet: 3F, 40 and 1D. RGB value is (63,64,29). Sum of RGB (Red+Green+Blue) = 63+64+29=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #3F401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F401D is #C0BFE2. Grayscale: #3B3B3B. Windows color (decimal): -12632035 or 1916991. OLE color: 1916991.
HSL color Cylindrical-coordinate representation of color #3F401D: hue angle of 61.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F401D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 29 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.75 |
| HSL | 61.71º | 0.38% | 0.18% | - |
| HSV(B) | 61.71º | 0.55% | 0.25% | - |
| XYZ | 4.11 | 4.81 | 1.87 | - |
| YUV | 59.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 29 | 0.02 | 0 | 0.55 | 0.75 | 61.71 | 0.38 | 0.18 |
| Hex | 3F | 40 | 1D | 2 | 0 | 37 | 4B | 3E | 26 | 12 |
| Octal | 77 | 100 | 35 | 2 | 0 | 67 | 113 | 76 | 46 | 22 |
| Binary | 111111 | 1000000 | 11101 | 10 | 0 | 110111 | 1001011 | 111110 | 100110 | 10010 |
Color Harmonies of #3F401D
Complementary color
Monochromatic Colors of #3F401D
Black with #3F401D
Text Example
Text Example
White with #3F401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F401D; }
p { color: rgb(63,64,29); }
H1.HeaderClassName
{
color: #3F401D;
}
.AnyTagClassName
{
color: #3F401D;
}
</style>
background-color css
<style>
a { background-color: #3F401D; }
a { background-color: rgb(63,64,29); }
div.DivClassName
{
background-color: #3F401D;
}
.BgClassName
{
background-color: #3F401D;
}
</style>
border-color css
<style>
span { border-color: #3F401D; }
span { border-color: rgb(63,64,29); }
td.TdClassName
{
border-color: #3F401D;
}
.TagClassName
{
border-color: #3F401D;
}
</style>