#414131

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

Shades of El Paso #414131

Tints of El Paso #414131

Color information

#414131 (or 0x414131) is unknown color: approx El Paso. HEX triplet: 41, 41 and 31. RGB value is (65,65,49). Sum of RGB (Red+Green+Blue) = 65+65+49=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414131 is #BEBECE. Grayscale: #3F3F3F. Windows color (decimal): -12500687 or 3227969. OLE color: 3227969.

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

Color convert

RGB656549-
CMYK000.250.75
HSL60º14.04%22.35%-
HSV(B)60º24.62%25.49%-
XYZ4.625.133.65-
YUV63.18120129.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=36.31%
G=36.31%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656549000.250.756014.0422.35
Hex41413100194B3ce16
Octal101101610031113741626
Binary1000001100000111000100110011001011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414131; }

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

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

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

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

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

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

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

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