#414031

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

Shades of El Paso #414031

Tints of El Paso #414031

Color information

#414031 (or 0x414031) is unknown color: approx El Paso. HEX triplet: 41, 40 and 31. RGB value is (65,64,49). Sum of RGB (Red+Green+Blue) = 65+64+49=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #414031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414031 is #BEBFCE. Grayscale: #3E3E3E. Windows color (decimal): -12500943 or 3227713. OLE color: 3227713.

HSL color Cylindrical-coordinate representation of color #414031: hue angle of 56.25º 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 #414031 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB656449-
CMYK00.020.250.75
HSL56.25º14.04%22.35%-
HSV(B)56.25º24.62%25.49%-
XYZ4.575.013.63-
YUV62.59120.33129.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=36.52%
G=35.96%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65644900.020.250.7556.2514.0422.35
Hex41403102194B38e16
Octal101100610231113701626
Binary10000011000000110001010110011001011111000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414031; }

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

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

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

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

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

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

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

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