#3B3F31

Color #3B3F31 Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #3B3F31

Tints of Log Cabin #3B3F31

Color information

#3B3F31 (or 0x3B3F31) is unknown color: approx Log Cabin. HEX triplet: 3B, 3F and 31. RGB value is (59,63,49). Sum of RGB (Red+Green+Blue) = 59+63+49=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F31 is #C4C0CE. Grayscale: #3C3C3C. Windows color (decimal): -12894415 or 3227451. OLE color: 3227451.

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

Color convert

RGB596349-
CMYK0.0600.220.75
HSL77.14º12.5%21.96%-
HSV(B)77.14º22.22%24.71%-
XYZ4.144.713.6-
YUV60.21121.67127.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=34.50%
G=36.84%
B=28.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5963490.0600.220.7577.1412.521.96
Hex3B3F3160164B4dc16
Octal73776160261131151426
Binary11101111111111000111001011010010111001101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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