Shades of El Paso #34342C
Tints of El Paso #34342C
RGB
CMYK
RGB Variations
Color information
#34342C (or 0x34342C) is known color: El Paso. HEX triplet: 34, 34 and 2C. RGB value is (52,52,44). Sum of RGB (Red+Green+Blue) = 52+52+44=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 52 - color contains mainly: red, green. Hex color #34342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34342C is #CBCBD3. Grayscale: #333333. Windows color (decimal): -13355988 or 2896948. OLE color: 2896948.
HSL color Cylindrical-coordinate representation of color #34342C: hue angle of 60º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34342C is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 52 | 44 | - |
| CMYK | 0 | 0 | 0.15 | 0.80 |
| HSL | 60º | 0.08% | 0.19% | - |
| HSV(B) | 60º | 0.15% | 0.2% | - |
| XYZ | 3.1 | 3.37 | 2.87 | - |
| YUV | 51.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 44 | 0 | 0 | 0.15 | 0.80 | 60 | 0.08 | 0.19 |
| Hex | 34 | 34 | 2C | 0 | 0 | F | 50 | 3C | 8 | 13 |
| Octal | 64 | 64 | 54 | 0 | 0 | 17 | 120 | 74 | 10 | 23 |
| Binary | 110100 | 110100 | 101100 | 0 | 0 | 1111 | 1010000 | 111100 | 1000 | 10011 |
Color Harmonies of #34342C
Complementary color
Monochromatic Colors of #34342C
Black with #34342C
Text Example
Text Example
White with #34342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34342C; }
p { color: rgb(52,52,44); }
H1.HeaderClassName
{
color: #34342C;
}
.AnyTagClassName
{
color: #34342C;
}
</style>
background-color css
<style>
a { background-color: #34342C; }
a { background-color: rgb(52,52,44); }
div.DivClassName
{
background-color: #34342C;
}
.BgClassName
{
background-color: #34342C;
}
</style>
border-color css
<style>
span { border-color: #34342C; }
span { border-color: rgb(52,52,44); }
td.TdClassName
{
border-color: #34342C;
}
.TagClassName
{
border-color: #34342C;
}
</style>