Shades of El Paso #3B3D24
Tints of El Paso #3B3D24
RGB
CMYK
RGB Variations
Color information
#3B3D24 (or 0x3B3D24) is known color: El Paso. HEX triplet: 3B, 3D and 24. RGB value is (59,61,36). Sum of RGB (Red+Green+Blue) = 59+61+36=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D24 is #C4C2DB. Grayscale: #393939. Windows color (decimal): -12894940 or 2374971. OLE color: 2374971.
HSL color Cylindrical-coordinate representation of color #3B3D24: hue angle of 64.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B3D24 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 61 | 36 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.76 |
| HSL | 64.8º | 0.26% | 0.19% | - |
| HSV(B) | 64.8º | 0.41% | 0.24% | - |
| XYZ | 3.79 | 4.39 | 2.32 | - |
| YUV | 57.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 36 | 0.03 | 0 | 0.41 | 0.76 | 64.8 | 0.26 | 0.19 |
| Hex | 3B | 3D | 24 | 3 | 0 | 29 | 4C | 41 | 1A | 13 |
| Octal | 73 | 75 | 44 | 3 | 0 | 51 | 114 | 101 | 32 | 23 |
| Binary | 111011 | 111101 | 100100 | 11 | 0 | 101001 | 1001100 | 1000001 | 11010 | 10011 |
Color Harmonies of #3B3D24
Complementary color
Monochromatic Colors of #3B3D24
Black with #3B3D24
Text Example
Text Example
White with #3B3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3D24; }
p { color: rgb(59,61,36); }
H1.HeaderClassName
{
color: #3B3D24;
}
.AnyTagClassName
{
color: #3B3D24;
}
</style>
background-color css
<style>
a { background-color: #3B3D24; }
a { background-color: rgb(59,61,36); }
div.DivClassName
{
background-color: #3B3D24;
}
.BgClassName
{
background-color: #3B3D24;
}
</style>
border-color css
<style>
span { border-color: #3B3D24; }
span { border-color: rgb(59,61,36); }
td.TdClassName
{
border-color: #3B3D24;
}
.TagClassName
{
border-color: #3B3D24;
}
</style>