#414128

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

Shades of El Paso #414128

Tints of El Paso #414128

Color information

#414128 (or 0x414128) is unknown color: approx El Paso. HEX triplet: 41, 41 and 28. RGB value is (65,65,40). Sum of RGB (Red+Green+Blue) = 65+65+40=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414128 is #BEBED7. Grayscale: #3E3E3E. Windows color (decimal): -12500696 or 2638145. OLE color: 2638145.

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

Color convert

RGB656540-
CMYK000.380.75
HSL60º23.81%20.59%-
HSV(B)60º38.46%25.49%-
XYZ4.455.062.75-
YUV62.15115.5130.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=38.24%
G=38.24%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656540000.380.756023.8120.59
Hex41412800264B3c1815
Octal101101500046113743025
Binary100000110000011010000010011010010111111001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414128; }

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

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

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

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

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

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

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

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