Shades of El Paso #3F402D
Tints of El Paso #3F402D
RGB
CMYK
RGB Variations
Color information
#3F402D (or 0x3F402D) is known color: El Paso. HEX triplet: 3F, 40 and 2D. RGB value is (63,64,45). Sum of RGB (Red+Green+Blue) = 63+64+45=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3F402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F402D is #C0BFD2. Grayscale: #3D3D3D. Windows color (decimal): -12632019 or 2965567. OLE color: 2965567.
HSL color Cylindrical-coordinate representation of color #3F402D: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F402D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 45 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.75 |
| HSL | 63.16º | 0.17% | 0.21% | - |
| HSV(B) | 63.16º | 0.3% | 0.25% | - |
| XYZ | 4.36 | 4.91 | 3.2 | - |
| YUV | 61.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 45 | 0.02 | 0 | 0.30 | 0.75 | 63.16 | 0.17 | 0.21 |
| Hex | 3F | 40 | 2D | 2 | 0 | 1E | 4B | 3F | 11 | 15 |
| Octal | 77 | 100 | 55 | 2 | 0 | 36 | 113 | 77 | 21 | 25 |
| Binary | 111111 | 1000000 | 101101 | 10 | 0 | 11110 | 1001011 | 111111 | 10001 | 10101 |
Color Harmonies of #3F402D
Complementary color
Monochromatic Colors of #3F402D
Black with #3F402D
Text Example
Text Example
White with #3F402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F402D; }
p { color: rgb(63,64,45); }
H1.HeaderClassName
{
color: #3F402D;
}
.AnyTagClassName
{
color: #3F402D;
}
</style>
background-color css
<style>
a { background-color: #3F402D; }
a { background-color: rgb(63,64,45); }
div.DivClassName
{
background-color: #3F402D;
}
.BgClassName
{
background-color: #3F402D;
}
</style>
border-color css
<style>
span { border-color: #3F402D; }
span { border-color: rgb(63,64,45); }
td.TdClassName
{
border-color: #3F402D;
}
.TagClassName
{
border-color: #3F402D;
}
</style>