Shades of El Paso #343432
Tints of El Paso #343432
RGB
CMYK
RGB Variations
Color information
#343432 (or 0x343432) is known color: El Paso. HEX triplet: 34, 34 and 32. RGB value is (52,52,50). Sum of RGB (Red+Green+Blue) = 52+52+50=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 52 - color contains mainly: red, green. Hex color #343432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343432 is #CBCBCD. Grayscale: #333333. Windows color (decimal): -13355982 or 3290164. OLE color: 3290164.
HSL color Cylindrical-coordinate representation of color #343432: hue angle of 60º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #343432 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 52 | 50 | - |
| CMYK | 0 | 0 | 0.04 | 0.80 |
| HSL | 60º | 0.02% | 0.2% | - |
| HSV(B) | 60º | 0.04% | 0.2% | - |
| XYZ | 3.22 | 3.42 | 3.51 | - |
| YUV | 51.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 50 | 0 | 0 | 0.04 | 0.80 | 60 | 0.02 | 0.2 |
| Hex | 34 | 34 | 32 | 0 | 0 | 4 | 50 | 3C | 2 | 14 |
| Octal | 64 | 64 | 62 | 0 | 0 | 4 | 120 | 74 | 2 | 24 |
| Binary | 110100 | 110100 | 110010 | 0 | 0 | 100 | 1010000 | 111100 | 10 | 10100 |
Color Harmonies of #343432
Complementary color
Monochromatic Colors of #343432
Black with #343432
Text Example
Text Example
White with #343432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343432; }
p { color: rgb(52,52,50); }
H1.HeaderClassName
{
color: #343432;
}
.AnyTagClassName
{
color: #343432;
}
</style>
background-color css
<style>
a { background-color: #343432; }
a { background-color: rgb(52,52,50); }
div.DivClassName
{
background-color: #343432;
}
.BgClassName
{
background-color: #343432;
}
</style>
border-color css
<style>
span { border-color: #343432; }
span { border-color: rgb(52,52,50); }
td.TdClassName
{
border-color: #343432;
}
.TagClassName
{
border-color: #343432;
}
</style>