#35352F

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

Shades of El Paso #35352F

Tints of El Paso #35352F

Color information

#35352F (or 0x35352F) is unknown color: approx El Paso. HEX triplet: 35, 35 and 2F. RGB value is (53,53,47). Sum of RGB (Red+Green+Blue) = 53+53+47=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35352F is #CACAD0. Grayscale: #343434. Windows color (decimal): -13290193 or 3093813. OLE color: 3093813.

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

Color convert

RGB535347-
CMYK000.110.79
HSL60º6%19.61%-
HSV(B)60º11.32%20.78%-
XYZ3.253.513.19-
YUV52.32125128.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=34.64%
G=34.64%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535347000.110.7960619.61
Hex35352F00B4F3c614
Octal656557001311774624
Binary110101110101101111001011100111111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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