Html Css Color HEX #353529 El Paso

📋 copy color: '#353529'

red 53 ◦ green 53 ◦ blue 41

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

Shades of El Paso #353529

Tints of El Paso #353529

RGB

 RED value IS 53 (21.09% from 255) = 36.05%

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

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

R = 36.05%
G = 36.05%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#353529 (or 0x353529) is known color: El Paso. HEX triplet: 35, 35 and 29. RGB value is (53,53,41). Sum of RGB (Red+Green+Blue) = 53+53+41=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353529 is #CACAD6. Grayscale: #333333. Windows color (decimal): -13290199 or 2700597. OLE color: 2700597.

HSL color Cylindrical-coordinate representation of color #353529: hue angle of 60º 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 #353529 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 53 41 -
CMYK 0 0 0.23 0.79
HSL 60º 0.13% 0.18% -
HSV(B) 60º 0.23% 0.21% -
XYZ 3.14 3.46 2.6 -
YUV 51.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 53 53 41 0 0 0.23 0.79 60 0.13 0.18
Hex 35 35 29 0 0 17 4F 3C D 12
Octal 65 65 51 0 0 27 117 74 15 22
Binary 110101 110101 101001 0 0 10111 1001111 111100 1101 10010

Color Harmonies of #353529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353529

Black with #353529

Text Example


Text Example

White with #353529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353529; }

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

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

background-color css

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

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

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

border-color css

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

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

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