Html Css Color HEX #343529 El Paso

📋 copy color: '#343529'

red 52 ◦ green 53 ◦ blue 41

#343529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #343529

Tints of El Paso #343529

RGB

 RED value IS 52 (20.7% from 255) = 35.62%

 GREEN value IS 53 (21.09% from 255) = 36.3%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 35.62%
G = 36.3%
B = 28.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#343529 (or 0x343529) is known color: El Paso. HEX triplet: 34, 35 and 29. RGB value is (52,53,41). Sum of RGB (Red+Green+Blue) = 52+53+41=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 53 - color contains mainly: green. Hex color #343529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343529 is #CBCAD6. Grayscale: #333333. Windows color (decimal): -13355735 or 2700596. OLE color: 2700596.

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

Color convert

RGB 52 53 41 -
CMYK 0.02 0 0.23 0.79
HSL 65º 0.13% 0.18% -
HSV(B) 65º 0.23% 0.21% -
XYZ 3.09 3.44 2.6 -
YUV 51.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 52 53 41 0.02 0 0.23 0.79 65 0.13 0.18
Hex 34 35 29 2 0 17 4F 41 D 12
Octal 64 65 51 2 0 27 117 101 15 22
Binary 110100 110101 101001 10 0 10111 1001111 1000001 1101 10010

Color Harmonies of #343529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343529

Black with #343529

Text Example


Text Example

White with #343529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343529; }

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

 H1.HeaderClassName
 {
   color: #343529;
 }
 .AnyTagClassName
 {
   color: #343529;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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