#3F392F

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

Shades of Jacko Bean #3F392F

Tints of Jacko Bean #3F392F

Color information

#3F392F (or 0x3F392F) is unknown color: approx Jacko Bean. HEX triplet: 3F, 39 and 2F. RGB value is (63,57,47). Sum of RGB (Red+Green+Blue) = 63+57+47=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F392F is #C0C6D0. Grayscale: #393939. Windows color (decimal): -12633809 or 3094847. OLE color: 3094847.

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

Color convert

RGB635747-
CMYK00.100.250.75
HSL37.5º14.55%21.57%-
HSV(B)37.5º25.4%24.71%-
XYZ4.034.193.29-
YUV57.65121.99131.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=37.72%
G=34.13%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63574700.100.250.7537.514.5521.57
Hex3F392F0A194B26f16
Octal77715701231113461726
Binary11111111100110111101010110011001011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,47); }

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

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

 a { background-color: rgb(63,57,47); }

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

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

 span { border-color: rgb(63,57,47); }

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