Shades of El Paso #3B3B2D
Tints of El Paso #3B3B2D
RGB
CMYK
RGB Variations
Color information
#3B3B2D (or 0x3B3B2D) is known color: El Paso. HEX triplet: 3B, 3B and 2D. RGB value is (59,59,45). Sum of RGB (Red+Green+Blue) = 59+59+45=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 59 - color contains mainly: red, green. Hex color #3B3B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3B2D is #C4C4D2. Grayscale: #393939. Windows color (decimal): -12895443 or 2964283. OLE color: 2964283.
HSL color Cylindrical-coordinate representation of color #3B3B2D: hue angle of 60º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3B3B2D is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 59 | 45 | - |
| CMYK | 0 | 0 | 0.24 | 0.77 |
| HSL | 60º | 0.13% | 0.2% | - |
| HSV(B) | 60º | 0.24% | 0.23% | - |
| XYZ | 3.84 | 4.25 | 3.1 | - |
| YUV | 57.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 59 | 45 | 0 | 0 | 0.24 | 0.77 | 60 | 0.13 | 0.2 |
| Hex | 3B | 3B | 2D | 0 | 0 | 18 | 4D | 3C | D | 14 |
| Octal | 73 | 73 | 55 | 0 | 0 | 30 | 115 | 74 | 15 | 24 |
| Binary | 111011 | 111011 | 101101 | 0 | 0 | 11000 | 1001101 | 111100 | 1101 | 10100 |
Color Harmonies of #3B3B2D
Complementary color
Monochromatic Colors of #3B3B2D
Black with #3B3B2D
Text Example
Text Example
White with #3B3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3B2D; }
p { color: rgb(59,59,45); }
H1.HeaderClassName
{
color: #3B3B2D;
}
.AnyTagClassName
{
color: #3B3B2D;
}
</style>
background-color css
<style>
a { background-color: #3B3B2D; }
a { background-color: rgb(59,59,45); }
div.DivClassName
{
background-color: #3B3B2D;
}
.BgClassName
{
background-color: #3B3B2D;
}
</style>
border-color css
<style>
span { border-color: #3B3B2D; }
span { border-color: rgb(59,59,45); }
td.TdClassName
{
border-color: #3B3B2D;
}
.TagClassName
{
border-color: #3B3B2D;
}
</style>