#353529

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

Shades of El Paso #353529

Tints of El Paso #353529

Color information

#353529 (or 0x353529) is unknown color: approx El Paso. HEX triplet: 35, 35 and 29. RGB value is (53,53,41). Sum of RGB (Red+Green+Blue) = 53+53+41=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353529 is #CACAD6. Grayscale: #333333. Windows color (decimal): -13290199 or 2700597. OLE color: 2700597.

HSL color Cylindrical-coordinate representation of color #353529: hue angle of 60º 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 #353529 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB535341-
CMYK000.230.79
HSL60º12.77%18.43%-
HSV(B)60º22.64%20.78%-
XYZ3.143.462.6-
YUV51.63122128.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=36.05%
G=36.05%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535341000.230.796012.7718.43
Hex35352900174F3cd12
Octal6565510027117741522
Binary11010111010110100100101111001111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353529; }

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

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

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

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

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

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

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

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