#3B3B2A

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

Shades of El Paso #3B3B2A

Tints of El Paso #3B3B2A

Color information

#3B3B2A (or 0x3B3B2A) is unknown color: approx El Paso. HEX triplet: 3B, 3B and 2A. RGB value is (59,59,42). Sum of RGB (Red+Green+Blue) = 59+59+42=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 59 - color contains mainly: red, green. Hex color #3B3B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3B2A is #C4C4D5. Grayscale: #393939. Windows color (decimal): -12895446 or 2767675. OLE color: 2767675.

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

Color convert

RGB595942-
CMYK000.290.77
HSL60º16.83%19.8%-
HSV(B)60º28.81%23.14%-
XYZ3.794.222.81-
YUV57.06119.5129.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.88%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=36.88%
G=36.88%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal595942000.290.776016.8319.8
Hex3B3B2A001D4D3c1114
Octal7373520035115742124
Binary111011111011101010001110110011011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,59,42); }

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

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

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

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

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

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

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