Shades of El Paso #3B3D22
Tints of El Paso #3B3D22
RGB
CMYK
RGB Variations
Color information
#3B3D22 (or 0x3B3D22) is known color: El Paso. HEX triplet: 3B, 3D and 22. RGB value is (59,61,34). Sum of RGB (Red+Green+Blue) = 59+61+34=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 61 - color contains mainly: green. Hex color #3B3D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D22 is #C4C2DD. Grayscale: #393939. Windows color (decimal): -12894942 or 2243899. OLE color: 2243899.
HSL color Cylindrical-coordinate representation of color #3B3D22: hue angle of 64.44º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B3D22 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 61 | 34 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.76 |
| HSL | 64.44º | 0.28% | 0.19% | - |
| HSV(B) | 64.44º | 0.44% | 0.24% | - |
| XYZ | 3.76 | 4.38 | 2.16 | - |
| YUV | 57.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 34 | 0.03 | 0 | 0.44 | 0.76 | 64.44 | 0.28 | 0.19 |
| Hex | 3B | 3D | 22 | 3 | 0 | 2C | 4C | 40 | 1C | 13 |
| Octal | 73 | 75 | 42 | 3 | 0 | 54 | 114 | 100 | 34 | 23 |
| Binary | 111011 | 111101 | 100010 | 11 | 0 | 101100 | 1001100 | 1000000 | 11100 | 10011 |
Color Harmonies of #3B3D22
Complementary color
Monochromatic Colors of #3B3D22
Black with #3B3D22
Text Example
Text Example
White with #3B3D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3D22; }
p { color: rgb(59,61,34); }
H1.HeaderClassName
{
color: #3B3D22;
}
.AnyTagClassName
{
color: #3B3D22;
}
</style>
background-color css
<style>
a { background-color: #3B3D22; }
a { background-color: rgb(59,61,34); }
div.DivClassName
{
background-color: #3B3D22;
}
.BgClassName
{
background-color: #3B3D22;
}
</style>
border-color css
<style>
span { border-color: #3B3D22; }
span { border-color: rgb(59,61,34); }
td.TdClassName
{
border-color: #3B3D22;
}
.TagClassName
{
border-color: #3B3D22;
}
</style>