Shades of El Paso #3F3D26
Tints of El Paso #3F3D26
RGB
CMYK
RGB Variations
Color information
#3F3D26 (or 0x3F3D26) is known color: El Paso. HEX triplet: 3F, 3D and 26. RGB value is (63,61,38). Sum of RGB (Red+Green+Blue) = 63+61+38=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D26 is #C0C2D9. Grayscale: #3B3B3B. Windows color (decimal): -12632794 or 2506047. OLE color: 2506047.
HSL color Cylindrical-coordinate representation of color #3F3D26: hue angle of 55.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3D26 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 38 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.75 |
| HSL | 55.2º | 0.25% | 0.2% | - |
| HSV(B) | 55.2º | 0.4% | 0.25% | - |
| XYZ | 4.07 | 4.53 | 2.49 | - |
| YUV | 58.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 38 | 0 | 0.03 | 0.40 | 0.75 | 55.2 | 0.25 | 0.2 |
| Hex | 3F | 3D | 26 | 0 | 3 | 28 | 4B | 37 | 19 | 14 |
| Octal | 77 | 75 | 46 | 0 | 3 | 50 | 113 | 67 | 31 | 24 |
| Binary | 111111 | 111101 | 100110 | 0 | 11 | 101000 | 1001011 | 110111 | 11001 | 10100 |
Color Harmonies of #3F3D26
Complementary color
Monochromatic Colors of #3F3D26
Black with #3F3D26
Text Example
Text Example
White with #3F3D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D26; }
p { color: rgb(63,61,38); }
H1.HeaderClassName
{
color: #3F3D26;
}
.AnyTagClassName
{
color: #3F3D26;
}
</style>
background-color css
<style>
a { background-color: #3F3D26; }
a { background-color: rgb(63,61,38); }
div.DivClassName
{
background-color: #3F3D26;
}
.BgClassName
{
background-color: #3F3D26;
}
</style>
border-color css
<style>
span { border-color: #3F3D26; }
span { border-color: rgb(63,61,38); }
td.TdClassName
{
border-color: #3F3D26;
}
.TagClassName
{
border-color: #3F3D26;
}
</style>