#3F3931

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

Shades of Jacko Bean #3F3931

Tints of Jacko Bean #3F3931

Color information

#3F3931 (or 0x3F3931) is unknown color: approx Jacko Bean. HEX triplet: 3F, 39 and 31. RGB value is (63,57,49). Sum of RGB (Red+Green+Blue) = 63+57+49=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3931 is #C0C6CE. Grayscale: #393939. Windows color (decimal): -12633807 or 3225919. OLE color: 3225919.

HSL color Cylindrical-coordinate representation of color #3F3931: hue angle of 34.29º 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 #3F3931 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB635749-
CMYK00.100.220.75
HSL34.29º12.5%21.96%-
HSV(B)34.29º22.22%24.71%-
XYZ4.074.23.5-
YUV57.88122.99131.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=37.28%
G=33.73%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63574900.100.220.7534.2912.521.96
Hex3F39310A164B22c16
Octal77716101226113421426
Binary11111111100111000101010101101001011100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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