Shades of El Paso #3F3E2F
Tints of El Paso #3F3E2F
RGB
CMYK
RGB Variations
Color information
#3F3E2F (or 0x3F3E2F) is known color: El Paso. HEX triplet: 3F, 3E and 2F. RGB value is (63,62,47). Sum of RGB (Red+Green+Blue) = 63+62+47=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E2F is #C0C1D0. Grayscale: #3C3C3C. Windows color (decimal): -12632529 or 3096127. OLE color: 3096127.
HSL color Cylindrical-coordinate representation of color #3F3E2F: hue angle of 56.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F3E2F is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 62 | 47 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.75 |
| HSL | 56.25º | 0.15% | 0.22% | - |
| HSV(B) | 56.25º | 0.25% | 0.25% | - |
| XYZ | 4.29 | 4.71 | 3.37 | - |
| YUV | 60.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 47 | 0 | 0.02 | 0.25 | 0.75 | 56.25 | 0.15 | 0.22 |
| Hex | 3F | 3E | 2F | 0 | 2 | 19 | 4B | 38 | F | 16 |
| Octal | 77 | 76 | 57 | 0 | 2 | 31 | 113 | 70 | 17 | 26 |
| Binary | 111111 | 111110 | 101111 | 0 | 10 | 11001 | 1001011 | 111000 | 1111 | 10110 |
Color Harmonies of #3F3E2F
Complementary color
Monochromatic Colors of #3F3E2F
Black with #3F3E2F
Text Example
Text Example
White with #3F3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E2F; }
p { color: rgb(63,62,47); }
H1.HeaderClassName
{
color: #3F3E2F;
}
.AnyTagClassName
{
color: #3F3E2F;
}
</style>
background-color css
<style>
a { background-color: #3F3E2F; }
a { background-color: rgb(63,62,47); }
div.DivClassName
{
background-color: #3F3E2F;
}
.BgClassName
{
background-color: #3F3E2F;
}
</style>
border-color css
<style>
span { border-color: #3F3E2F; }
span { border-color: rgb(63,62,47); }
td.TdClassName
{
border-color: #3F3E2F;
}
.TagClassName
{
border-color: #3F3E2F;
}
</style>