#414030

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

Shades of El Paso #414030

Tints of El Paso #414030

Color information

#414030 (or 0x414030) is unknown color: approx El Paso. HEX triplet: 41, 40 and 30. RGB value is (65,64,48). Sum of RGB (Red+Green+Blue) = 65+64+48=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #414030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414030 is #BEBFCF. Grayscale: #3E3E3E. Windows color (decimal): -12500944 or 3162177. OLE color: 3162177.

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

Color convert

RGB656448-
CMYK00.020.260.75
HSL56.47º15.04%22.16%-
HSV(B)56.47º26.15%25.49%-
XYZ4.5553.52-
YUV62.48119.83129.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=36.72%
G=36.16%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65644800.020.260.7556.4715.0422.16
Hex414030021A4B38f16
Octal101100600232113701726
Binary10000011000000110000010110101001011111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414030; }

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

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

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

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

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

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

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

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