Shades of El Paso #34342D
Tints of El Paso #34342D
RGB
CMYK
RGB Variations
Color information
#34342D (or 0x34342D) is known color: El Paso. HEX triplet: 34, 34 and 2D. RGB value is (52,52,45). Sum of RGB (Red+Green+Blue) = 52+52+45=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 52 - color contains mainly: red, green. Hex color #34342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34342D is #CBCBD2. Grayscale: #333333. Windows color (decimal): -13355987 or 2962484. OLE color: 2962484.
HSL color Cylindrical-coordinate representation of color #34342D: hue angle of 60º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #34342D is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 52 | 45 | - |
| CMYK | 0 | 0 | 0.13 | 0.80 |
| HSL | 60º | 0.07% | 0.19% | - |
| HSV(B) | 60º | 0.13% | 0.2% | - |
| XYZ | 3.12 | 3.38 | 2.97 | - |
| YUV | 51.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 45 | 0 | 0 | 0.13 | 0.80 | 60 | 0.07 | 0.19 |
| Hex | 34 | 34 | 2D | 0 | 0 | D | 50 | 3C | 7 | 13 |
| Octal | 64 | 64 | 55 | 0 | 0 | 15 | 120 | 74 | 7 | 23 |
| Binary | 110100 | 110100 | 101101 | 0 | 0 | 1101 | 1010000 | 111100 | 111 | 10011 |
Color Harmonies of #34342D
Complementary color
Monochromatic Colors of #34342D
Black with #34342D
Text Example
Text Example
White with #34342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34342D; }
p { color: rgb(52,52,45); }
H1.HeaderClassName
{
color: #34342D;
}
.AnyTagClassName
{
color: #34342D;
}
</style>
background-color css
<style>
a { background-color: #34342D; }
a { background-color: rgb(52,52,45); }
div.DivClassName
{
background-color: #34342D;
}
.BgClassName
{
background-color: #34342D;
}
</style>
border-color css
<style>
span { border-color: #34342D; }
span { border-color: rgb(52,52,45); }
td.TdClassName
{
border-color: #34342D;
}
.TagClassName
{
border-color: #34342D;
}
</style>