#414132

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

Shades of El Paso #414132

Tints of El Paso #414132

Color information

#414132 (or 0x414132) is unknown color: approx El Paso. HEX triplet: 41, 41 and 32. RGB value is (65,65,50). Sum of RGB (Red+Green+Blue) = 65+65+50=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414132 is #BEBECD. Grayscale: #3F3F3F. Windows color (decimal): -12500686 or 3293505. OLE color: 3293505.

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

Color convert

RGB656550-
CMYK000.230.75
HSL60º13.04%22.55%-
HSV(B)60º23.08%25.49%-
XYZ4.655.133.76-
YUV63.29120.5129.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=36.11%
G=36.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656550000.230.756013.0422.55
Hex41413200174B3cd17
Octal101101620027113741527
Binary1000001100000111001000101111001011111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414132; }

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

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

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

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

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

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

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

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