Html Css Color HEX #353526 El Paso

📋 copy color: '#353526'

red 53 ◦ green 53 ◦ blue 38

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

Shades of El Paso #353526

Tints of El Paso #353526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 36.81%
G = 36.81%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#353526 (or 0x353526) is known color: El Paso. HEX triplet: 35, 35 and 26. RGB value is (53,53,38). Sum of RGB (Red+Green+Blue) = 53+53+38=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353526 is #CACAD9. Grayscale: #333333. Windows color (decimal): -13290202 or 2503989. OLE color: 2503989.

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

Color convert

RGB 53 53 38 -
CMYK 0 0 0.28 0.79
HSL 60º 0.16% 0.18% -
HSV(B) 60º 0.28% 0.21% -
XYZ 3.09 3.44 2.34 -
YUV 51.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 53 53 38 0 0 0.28 0.79 60 0.16 0.18
Hex 35 35 26 0 0 1C 4F 3C 10 12
Octal 65 65 46 0 0 34 117 74 20 22
Binary 110101 110101 100110 0 0 11100 1001111 111100 10000 10010

Color Harmonies of #353526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353526

Black with #353526

Text Example


Text Example

White with #353526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353526; }

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

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

background-color css

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

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

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

border-color css

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

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

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