Shades of El Paso #3F411F
Tints of El Paso #3F411F
RGB
CMYK
RGB Variations
Color information
#3F411F (or 0x3F411F) is known color: El Paso. HEX triplet: 3F, 41 and 1F. RGB value is (63,65,31). Sum of RGB (Red+Green+Blue) = 63+65+31=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #3F411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F411F is #C0BEE0. Grayscale: #3C3C3C. Windows color (decimal): -12631777 or 2048319. OLE color: 2048319.
HSL color Cylindrical-coordinate representation of color #3F411F: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F411F is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 31 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.75 |
| HSL | 63.53º | 0.35% | 0.19% | - |
| HSV(B) | 63.53º | 0.52% | 0.25% | - |
| XYZ | 4.19 | 4.94 | 2.03 | - |
| YUV | 60.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 31 | 0.03 | 0 | 0.52 | 0.75 | 63.53 | 0.35 | 0.19 |
| Hex | 3F | 41 | 1F | 3 | 0 | 34 | 4B | 40 | 23 | 13 |
| Octal | 77 | 101 | 37 | 3 | 0 | 64 | 113 | 100 | 43 | 23 |
| Binary | 111111 | 1000001 | 11111 | 11 | 0 | 110100 | 1001011 | 1000000 | 100011 | 10011 |
Color Harmonies of #3F411F
Complementary color
Monochromatic Colors of #3F411F
Black with #3F411F
Text Example
Text Example
White with #3F411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F411F; }
p { color: rgb(63,65,31); }
H1.HeaderClassName
{
color: #3F411F;
}
.AnyTagClassName
{
color: #3F411F;
}
</style>
background-color css
<style>
a { background-color: #3F411F; }
a { background-color: rgb(63,65,31); }
div.DivClassName
{
background-color: #3F411F;
}
.BgClassName
{
background-color: #3F411F;
}
</style>
border-color css
<style>
span { border-color: #3F411F; }
span { border-color: rgb(63,65,31); }
td.TdClassName
{
border-color: #3F411F;
}
.TagClassName
{
border-color: #3F411F;
}
</style>