Shades of El Paso #3B3A34
Tints of El Paso #3B3A34
RGB
CMYK
RGB Variations
Color information
#3B3A34 (or 0x3B3A34) is known color: El Paso. HEX triplet: 3B, 3A and 34. RGB value is (59,58,52). Sum of RGB (Red+Green+Blue) = 59+58+52=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A34 is #C4C5CB. Grayscale: #393939. Windows color (decimal): -12895692 or 3422779. OLE color: 3422779.
HSL color Cylindrical-coordinate representation of color #3B3A34: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B3A34 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 52 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.77 |
| HSL | 51.43º | 0.06% | 0.22% | - |
| HSV(B) | 51.43º | 0.12% | 0.23% | - |
| XYZ | 3.94 | 4.2 | 3.85 | - |
| YUV | 57.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 52 | 0 | 0.02 | 0.12 | 0.77 | 51.43 | 0.06 | 0.22 |
| Hex | 3B | 3A | 34 | 0 | 2 | C | 4D | 33 | 6 | 16 |
| Octal | 73 | 72 | 64 | 0 | 2 | 14 | 115 | 63 | 6 | 26 |
| Binary | 111011 | 111010 | 110100 | 0 | 10 | 1100 | 1001101 | 110011 | 110 | 10110 |
Color Harmonies of #3B3A34
Complementary color
Monochromatic Colors of #3B3A34
Black with #3B3A34
Text Example
Text Example
White with #3B3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A34; }
p { color: rgb(59,58,52); }
H1.HeaderClassName
{
color: #3B3A34;
}
.AnyTagClassName
{
color: #3B3A34;
}
</style>
background-color css
<style>
a { background-color: #3B3A34; }
a { background-color: rgb(59,58,52); }
div.DivClassName
{
background-color: #3B3A34;
}
.BgClassName
{
background-color: #3B3A34;
}
</style>
border-color css
<style>
span { border-color: #3B3A34; }
span { border-color: rgb(59,58,52); }
td.TdClassName
{
border-color: #3B3A34;
}
.TagClassName
{
border-color: #3B3A34;
}
</style>