#35352D

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

Shades of El Paso #35352D

Tints of El Paso #35352D

Color information

#35352D (or 0x35352D) is unknown color: approx El Paso. HEX triplet: 35, 35 and 2D. RGB value is (53,53,45). Sum of RGB (Red+Green+Blue) = 53+53+45=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35352D is #CACAD2. Grayscale: #343434. Windows color (decimal): -13290195 or 2962741. OLE color: 2962741.

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

Color convert

RGB535345-
CMYK000.150.79
HSL60º8.16%19.22%-
HSV(B)60º15.09%20.78%-
XYZ3.213.492.99-
YUV52.09124128.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=35.10%
G=35.10%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535345000.150.79608.1619.22
Hex35352D00F4F3c813
Octal6565550017117741023
Binary1101011101011011010011111001111111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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