#353429

Color #353429 El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #353429

Tints of El Paso #353429

Color information

#353429 (or 0x353429) is unknown color: approx El Paso. HEX triplet: 35, 34 and 29. RGB value is (53,52,41). Sum of RGB (Red+Green+Blue) = 53+52+41=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #353429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353429 is #CACBD6. Grayscale: #333333. Windows color (decimal): -13290455 or 2700341. OLE color: 2700341.

HSL color Cylindrical-coordinate representation of color #353429: hue angle of 55º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353429 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB535241-
CMYK00.020.230.79
HSL55º12.77%18.43%-
HSV(B)55º22.64%20.78%-
XYZ3.13.372.59-
YUV51.04122.33129.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=36.30%
G=35.62%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53524100.020.230.795512.7718.43
Hex35342902174F37d12
Octal6564510227117671522
Binary110101110100101001010101111001111110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353429; }

 p { color: rgb(53,52,41); }

 H1.HeaderClassName
 {
   color: #353429;
 }
 .AnyTagClassName
 {
   color: #353429;
 }
</style>
background-color css

<style>
 a { background-color: #353429; }

 a { background-color: rgb(53,52,41); }

 div.DivClassName
 {
   background-color: #353429;
 }
 .BgClassName
 {
   background-color: #353429;
 }
</style>
border-color css

<style>
 span { border-color: #353429; }

 span { border-color: rgb(53,52,41); }

 td.TdClassName
 {
   border-color: #353429;
 }
 .TagClassName
 {
   border-color: #353429;
 }
</style>