Shades of El Paso #34342A
Tints of El Paso #34342A
RGB
CMYK
RGB Variations
Color information
#34342A (or 0x34342A) is known color: El Paso. HEX triplet: 34, 34 and 2A. RGB value is (52,52,42). Sum of RGB (Red+Green+Blue) = 52+52+42=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 52 - color contains mainly: red, green. Hex color #34342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34342A is #CBCBD5. Grayscale: #323232. Windows color (decimal): -13355990 or 2765876. OLE color: 2765876.
HSL color Cylindrical-coordinate representation of color #34342A: hue angle of 60º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #34342A is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
RGB | 52 | 52 | 42 | - |
CMYK | 0 | 0 | 0.19 | 0.80 |
HSL | 60º | 0.11% | 0.18% | - |
HSV(B) | 60º | 0.19% | 0.2% | - |
XYZ | 3.06 | 3.35 | 2.68 | - |
YUV | 50.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 52 | 42 | 0 | 0 | 0.19 | 0.80 | 60 | 0.11 | 0.18 |
Hex | 34 | 34 | 2A | 0 | 0 | 13 | 50 | 3C | B | 12 |
Octal | 64 | 64 | 52 | 0 | 0 | 23 | 120 | 74 | 13 | 22 |
Binary | 110100 | 110100 | 101010 | 0 | 0 | 10011 | 1010000 | 111100 | 1011 | 10010 |
Color Harmonies of #34342A
Complementary color
Monochromatic Colors of #34342A
Black with #34342A
Text Example
Text Example
White with #34342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34342A; }
p { color: rgb(52,52,42); }
H1.HeaderClassName
{
color: #34342A;
}
.AnyTagClassName
{
color: #34342A;
}
</style>
background-color css
<style>
a { background-color: #34342A; }
a { background-color: rgb(52,52,42); }
div.DivClassName
{
background-color: #34342A;
}
.BgClassName
{
background-color: #34342A;
}
</style>
border-color css
<style>
span { border-color: #34342A; }
span { border-color: rgb(52,52,42); }
td.TdClassName
{
border-color: #34342A;
}
.TagClassName
{
border-color: #34342A;
}
</style>