#3B3C31

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

Shades of El Paso #3B3C31

Tints of El Paso #3B3C31

Color information

#3B3C31 (or 0x3B3C31) is unknown color: approx El Paso. HEX triplet: 3B, 3C and 31. RGB value is (59,60,49). Sum of RGB (Red+Green+Blue) = 59+60+49=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 60 - color contains mainly: green. Hex color #3B3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C31 is #C4C3CE. Grayscale: #3A3A3A. Windows color (decimal): -12895183 or 3226683. OLE color: 3226683.

HSL color Cylindrical-coordinate representation of color #3B3C31: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B3C31 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB596049-
CMYK0.0200.180.76
HSL65.45º10.09%21.37%-
HSV(B)65.45º18.33%23.53%-
XYZ3.974.383.54-
YUV58.45122.67128.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=35.12%
G=35.71%
B=29.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5960490.0200.180.7665.4510.0921.37
Hex3B3C3120124C41a15
Octal73746120221141011225
Binary1110111111001100011001001010011001000001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,60,49); }

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

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

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

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

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

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

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