#343329

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

Shades of El Paso #343329

Tints of El Paso #343329

Color information

#343329 (or 0x343329) is unknown color: approx El Paso. HEX triplet: 34, 33 and 29. RGB value is (52,51,41). Sum of RGB (Red+Green+Blue) = 52+51+41=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #343329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343329 is #CBCCD6. Grayscale: #323232. Windows color (decimal): -13356247 or 2700084. OLE color: 2700084.

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

Color convert

RGB525141-
CMYK00.020.210.80
HSL54.55º11.83%18.24%-
HSV(B)54.55º21.15%20.39%-
XYZ33.262.57-
YUV50.16122.83129.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=36.11%
G=35.42%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52514100.020.210.8054.5511.8318.24
Hex34332902155037c12
Octal6463510225120671422
Binary110100110011101001010101011010000110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343329; }

 p { color: rgb(52,51,41); }

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

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

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

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

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

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

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