#414121

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

Shades of El Paso #414121

Tints of El Paso #414121

Color information

#414121 (or 0x414121) is unknown color: approx El Paso. HEX triplet: 41, 41 and 21. RGB value is (65,65,33). Sum of RGB (Red+Green+Blue) = 65+65+33=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414121 is #BEBEDE. Grayscale: #3D3D3D. Windows color (decimal): -12500703 or 2179393. OLE color: 2179393.

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

Color convert

RGB656533-
CMYK000.490.75
HSL60º32.65%19.22%-
HSV(B)60º49.23%25.49%-
XYZ4.345.012.18-
YUV61.35112130.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=39.88%
G=39.88%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656533000.490.756032.6519.22
Hex41412100314B3c2113
Octal101101410061113744123
Binary1000001100000110000100110001100101111110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414121; }

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

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

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

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

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

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

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

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