Shades of El Paso #3B3A2D
Tints of El Paso #3B3A2D
RGB
CMYK
RGB Variations
Color information
#3B3A2D (or 0x3B3A2D) is known color: El Paso. HEX triplet: 3B, 3A and 2D. RGB value is (59,58,45). Sum of RGB (Red+Green+Blue) = 59+58+45=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A2D is #C4C5D2. Grayscale: #383838. Windows color (decimal): -12895699 or 2964027. OLE color: 2964027.
HSL color Cylindrical-coordinate representation of color #3B3A2D: hue angle of 55.71º 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 #3B3A2D is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 45 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.77 |
| HSL | 55.71º | 0.13% | 0.2% | - |
| HSV(B) | 55.71º | 0.24% | 0.23% | - |
| XYZ | 3.79 | 4.15 | 3.08 | - |
| YUV | 56.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 45 | 0 | 0.02 | 0.24 | 0.77 | 55.71 | 0.13 | 0.2 |
| Hex | 3B | 3A | 2D | 0 | 2 | 18 | 4D | 38 | D | 14 |
| Octal | 73 | 72 | 55 | 0 | 2 | 30 | 115 | 70 | 15 | 24 |
| Binary | 111011 | 111010 | 101101 | 0 | 10 | 11000 | 1001101 | 111000 | 1101 | 10100 |
Color Harmonies of #3B3A2D
Complementary color
Monochromatic Colors of #3B3A2D
Black with #3B3A2D
Text Example
Text Example
White with #3B3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A2D; }
p { color: rgb(59,58,45); }
H1.HeaderClassName
{
color: #3B3A2D;
}
.AnyTagClassName
{
color: #3B3A2D;
}
</style>
background-color css
<style>
a { background-color: #3B3A2D; }
a { background-color: rgb(59,58,45); }
div.DivClassName
{
background-color: #3B3A2D;
}
.BgClassName
{
background-color: #3B3A2D;
}
</style>
border-color css
<style>
span { border-color: #3B3A2D; }
span { border-color: rgb(59,58,45); }
td.TdClassName
{
border-color: #3B3A2D;
}
.TagClassName
{
border-color: #3B3A2D;
}
</style>