#363529

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

Shades of El Paso #363529

Tints of El Paso #363529

Color information

#363529 (or 0x363529) is unknown color: approx El Paso. HEX triplet: 36, 35 and 29. RGB value is (54,53,41). Sum of RGB (Red+Green+Blue) = 54+53+41=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #363529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363529 is #C9CAD6. Grayscale: #333333. Windows color (decimal): -13224663 or 2700598. OLE color: 2700598.

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

Color convert

RGB545341-
CMYK00.020.240.79
HSL55.38º13.68%18.63%-
HSV(B)55.38º24.07%21.18%-
XYZ3.193.492.6-
YUV51.93121.83129.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=36.49%
G=35.81%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54534100.020.240.7955.3813.6818.63
Hex36352902184F37e13
Octal6665510230117671623
Binary110110110101101001010110001001111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363529; }

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

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

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

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

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

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

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

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