#3F372C

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

Shades of Jacko Bean #3F372C

Tints of Jacko Bean #3F372C

Color information

#3F372C (or 0x3F372C) is unknown color: approx Jacko Bean. HEX triplet: 3F, 37 and 2C. RGB value is (63,55,44). Sum of RGB (Red+Green+Blue) = 63+55+44=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372C is #C0C8D3. Grayscale: #383838. Windows color (decimal): -12634324 or 2897727. OLE color: 2897727.

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

Color convert

RGB635544-
CMYK00.130.300.75
HSL34.74º17.76%20.98%-
HSV(B)34.74º30.16%24.71%-
XYZ3.873.972.95-
YUV56.14121.15132.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=38.89%
G=33.95%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63554400.130.300.7534.7417.7620.98
Hex3F372C0D1E4B231215
Octal77675401536113432225
Binary111111110111101100011011111010010111000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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