Html Css Color HEX #353532 El Paso

📋 copy color: '#353532'

red 53 ◦ green 53 ◦ blue 50

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

Shades of El Paso #353532

Tints of El Paso #353532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.05%

R = 33.97%
G = 33.97%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#353532 (or 0x353532) is known color: El Paso. HEX triplet: 35, 35 and 32. RGB value is (53,53,50). Sum of RGB (Red+Green+Blue) = 53+53+50=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353532 is #CACACD. Grayscale: #343434. Windows color (decimal): -13290190 or 3290421. OLE color: 3290421.

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

Color convert

RGB 53 53 50 -
CMYK 0 0 0.06 0.79
HSL 60º 0.03% 0.2% -
HSV(B) 60º 0.06% 0.21% -
XYZ 3.32 3.53 3.52 -
YUV 52.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 53 53 50 0 0 0.06 0.79 60 0.03 0.2
Hex 35 35 32 0 0 6 4F 3C 3 14
Octal 65 65 62 0 0 6 117 74 3 24
Binary 110101 110101 110010 0 0 110 1001111 111100 11 10100

Color Harmonies of #353532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353532

Black with #353532

Text Example


Text Example

White with #353532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353532; }

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

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

background-color css

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

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

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

border-color css

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

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

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