Shades of El Paso #3B3D1F
Tints of El Paso #3B3D1F
RGB
CMYK
RGB Variations
Color information
#3B3D1F (or 0x3B3D1F) is known color: El Paso. HEX triplet: 3B, 3D and 1F. RGB value is (59,61,31). Sum of RGB (Red+Green+Blue) = 59+61+31=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D1F is #C4C2E0. Grayscale: #393939. Windows color (decimal): -12894945 or 2047291. OLE color: 2047291.
HSL color Cylindrical-coordinate representation of color #3B3D1F: hue angle of 64º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B3D1F is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 61 | 31 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.76 |
| HSL | 64º | 0.33% | 0.18% | - |
| HSV(B) | 64º | 0.49% | 0.24% | - |
| XYZ | 3.72 | 4.37 | 1.94 | - |
| YUV | 56.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 31 | 0.03 | 0 | 0.49 | 0.76 | 64 | 0.33 | 0.18 |
| Hex | 3B | 3D | 1F | 3 | 0 | 31 | 4C | 40 | 21 | 12 |
| Octal | 73 | 75 | 37 | 3 | 0 | 61 | 114 | 100 | 41 | 22 |
| Binary | 111011 | 111101 | 11111 | 11 | 0 | 110001 | 1001100 | 1000000 | 100001 | 10010 |
Color Harmonies of #3B3D1F
Complementary color
Monochromatic Colors of #3B3D1F
Black with #3B3D1F
Text Example
Text Example
White with #3B3D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3D1F; }
p { color: rgb(59,61,31); }
H1.HeaderClassName
{
color: #3B3D1F;
}
.AnyTagClassName
{
color: #3B3D1F;
}
</style>
background-color css
<style>
a { background-color: #3B3D1F; }
a { background-color: rgb(59,61,31); }
div.DivClassName
{
background-color: #3B3D1F;
}
.BgClassName
{
background-color: #3B3D1F;
}
</style>
border-color css
<style>
span { border-color: #3B3D1F; }
span { border-color: rgb(59,61,31); }
td.TdClassName
{
border-color: #3B3D1F;
}
.TagClassName
{
border-color: #3B3D1F;
}
</style>