Shades of El Paso #3F3F31
Tints of El Paso #3F3F31
RGB
CMYK
RGB Variations
Color information
#3F3F31 (or 0x3F3F31) is known color: El Paso. HEX triplet: 3F, 3F and 31. RGB value is (63,63,49). Sum of RGB (Red+Green+Blue) = 63+63+49=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 63 - color contains mainly: red, green. Hex color #3F3F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3F31 is #C0C0CE. Grayscale: #3D3D3D. Windows color (decimal): -12632271 or 3227455. OLE color: 3227455.
HSL color Cylindrical-coordinate representation of color #3F3F31: hue angle of 60º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F3F31 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 63 | 49 | - |
| CMYK | 0 | 0 | 0.22 | 0.75 |
| HSL | 60º | 0.13% | 0.22% | - |
| HSV(B) | 60º | 0.22% | 0.25% | - |
| XYZ | 4.38 | 4.83 | 3.61 | - |
| YUV | 61.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 49 | 0 | 0 | 0.22 | 0.75 | 60 | 0.13 | 0.22 |
| Hex | 3F | 3F | 31 | 0 | 0 | 16 | 4B | 3C | C | 16 |
| Octal | 77 | 77 | 61 | 0 | 0 | 26 | 113 | 74 | 14 | 26 |
| Binary | 111111 | 111111 | 110001 | 0 | 0 | 10110 | 1001011 | 111100 | 1100 | 10110 |
Color Harmonies of #3F3F31
Complementary color
Monochromatic Colors of #3F3F31
Black with #3F3F31
Text Example
Text Example
White with #3F3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F31; }
p { color: rgb(63,63,49); }
H1.HeaderClassName
{
color: #3F3F31;
}
.AnyTagClassName
{
color: #3F3F31;
}
</style>
background-color css
<style>
a { background-color: #3F3F31; }
a { background-color: rgb(63,63,49); }
div.DivClassName
{
background-color: #3F3F31;
}
.BgClassName
{
background-color: #3F3F31;
}
</style>
border-color css
<style>
span { border-color: #3F3F31; }
span { border-color: rgb(63,63,49); }
td.TdClassName
{
border-color: #3F3F31;
}
.TagClassName
{
border-color: #3F3F31;
}
</style>