#3A3B2F

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

Shades of El Paso #3A3B2F

Tints of El Paso #3A3B2F

Color information

#3A3B2F (or 0x3A3B2F) is unknown color: approx El Paso. HEX triplet: 3A, 3B and 2F. RGB value is (58,59,47). Sum of RGB (Red+Green+Blue) = 58+59+47=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3B2F is #C5C4D0. Grayscale: #393939. Windows color (decimal): -12960977 or 3095354. OLE color: 3095354.

HSL color Cylindrical-coordinate representation of color #3A3B2F: hue angle of 65º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3A3B2F is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB585947-
CMYK0.0200.200.77
HSL65º11.32%20.78%-
HSV(B)65º20.34%23.14%-
XYZ3.824.233.3-
YUV57.33122.17128.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.37%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=35.37%
G=35.98%
B=28.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5859470.0200.200.776511.3220.78
Hex3A3B2F20144D41b15
Octal72735720241151011325
Binary1110101110111011111001010010011011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3B2F; }

 p { color: rgb(58,59,47); }

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

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

 a { background-color: rgb(58,59,47); }

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

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

 span { border-color: rgb(58,59,47); }

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