Shades of El Paso #3F402B
Tints of El Paso #3F402B
RGB
CMYK
RGB Variations
Color information
#3F402B (or 0x3F402B) is known color: El Paso. HEX triplet: 3F, 40 and 2B. RGB value is (63,64,43). Sum of RGB (Red+Green+Blue) = 63+64+43=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #3F402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F402B is #C0BFD4. Grayscale: #3D3D3D. Windows color (decimal): -12632021 or 2834495. OLE color: 2834495.
HSL color Cylindrical-coordinate representation of color #3F402B: hue angle of 62.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F402B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 43 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.75 |
| HSL | 62.86º | 0.2% | 0.21% | - |
| HSV(B) | 62.86º | 0.33% | 0.25% | - |
| XYZ | 4.32 | 4.9 | 3 | - |
| YUV | 61.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 43 | 0.02 | 0 | 0.33 | 0.75 | 62.86 | 0.2 | 0.21 |
| Hex | 3F | 40 | 2B | 2 | 0 | 21 | 4B | 3F | 14 | 15 |
| Octal | 77 | 100 | 53 | 2 | 0 | 41 | 113 | 77 | 24 | 25 |
| Binary | 111111 | 1000000 | 101011 | 10 | 0 | 100001 | 1001011 | 111111 | 10100 | 10101 |
Color Harmonies of #3F402B
Complementary color
Monochromatic Colors of #3F402B
Black with #3F402B
Text Example
Text Example
White with #3F402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F402B; }
p { color: rgb(63,64,43); }
H1.HeaderClassName
{
color: #3F402B;
}
.AnyTagClassName
{
color: #3F402B;
}
</style>
background-color css
<style>
a { background-color: #3F402B; }
a { background-color: rgb(63,64,43); }
div.DivClassName
{
background-color: #3F402B;
}
.BgClassName
{
background-color: #3F402B;
}
</style>
border-color css
<style>
span { border-color: #3F402B; }
span { border-color: rgb(63,64,43); }
td.TdClassName
{
border-color: #3F402B;
}
.TagClassName
{
border-color: #3F402B;
}
</style>