#35352C

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

Shades of El Paso #35352C

Tints of El Paso #35352C

Color information

#35352C (or 0x35352C) is unknown color: approx El Paso. HEX triplet: 35, 35 and 2C. RGB value is (53,53,44). Sum of RGB (Red+Green+Blue) = 53+53+44=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35352C is #CACAD3. Grayscale: #343434. Windows color (decimal): -13290196 or 2897205. OLE color: 2897205.

HSL color Cylindrical-coordinate representation of color #35352C: hue angle of 60º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35352C is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB535344-
CMYK000.170.79
HSL60º9.28%19.02%-
HSV(B)60º16.98%20.78%-
XYZ3.23.482.89-
YUV51.97123.5128.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=35.33%
G=35.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535344000.170.79609.2819.02
Hex35352C00114F3c913
Octal6565540021117741123
Binary11010111010110110000100011001111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35352C; }

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

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

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

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

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

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

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

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