#3F372F

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

Shades of Jacko Bean #3F372F

Tints of Jacko Bean #3F372F

Color information

#3F372F (or 0x3F372F) is unknown color: approx Jacko Bean. HEX triplet: 3F, 37 and 2F. RGB value is (63,55,47). Sum of RGB (Red+Green+Blue) = 63+55+47=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372F is #C0C8D0. Grayscale: #383838. Windows color (decimal): -12634321 or 3094335. OLE color: 3094335.

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

Color convert

RGB635547-
CMYK00.130.250.75
HSL30º14.55%21.57%-
HSV(B)30º25.4%24.71%-
XYZ3.933.993.25-
YUV56.48122.65132.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.18%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=38.18%
G=33.33%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63554700.130.250.753014.5521.57
Hex3F372F0D194B1ef16
Octal77675701531113361726
Binary1111111101111011110110111001100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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