#3F372E

Color #3F372E Jacko Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacko Bean #3F372E

Tints of Jacko Bean #3F372E

Color information

#3F372E (or 0x3F372E) is unknown color: approx Jacko Bean. HEX triplet: 3F, 37 and 2E. RGB value is (63,55,46). Sum of RGB (Red+Green+Blue) = 63+55+46=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372E is #C0C8D1. Grayscale: #383838. Windows color (decimal): -12634322 or 3028799. OLE color: 3028799.

HSL color Cylindrical-coordinate representation of color #3F372E: hue angle of 31.76º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F372E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB635546-
CMYK00.130.270.75
HSL31.76º15.6%21.37%-
HSV(B)31.76º26.98%24.71%-
XYZ3.913.993.15-
YUV56.37122.15132.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=38.41%
G=33.54%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63554600.130.270.7531.7615.621.37
Hex3F372E0D1B4B201015
Octal77675601533113402025
Binary111111110111101110011011101110010111000001000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,46); }

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

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

 a { background-color: rgb(63,55,46); }

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

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

 span { border-color: rgb(63,55,46); }

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