#35342A

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

Shades of El Paso #35342A

Tints of El Paso #35342A

Color information

#35342A (or 0x35342A) is unknown color: approx El Paso. HEX triplet: 35, 34 and 2A. RGB value is (53,52,42). Sum of RGB (Red+Green+Blue) = 53+52+42=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #35342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35342A is #CACBD5. Grayscale: #333333. Windows color (decimal): -13290454 or 2765877. OLE color: 2765877.

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

Color convert

RGB535242-
CMYK00.020.210.79
HSL54.55º11.58%18.63%-
HSV(B)54.55º20.75%20.78%-
XYZ3.113.382.68-
YUV51.16122.83129.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=36.05%
G=35.37%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53524200.020.210.7954.5511.5818.63
Hex35342A02154F37c13
Octal6564520225117671423
Binary110101110100101010010101011001111110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35342A; }

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

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

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

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

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

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

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

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