#3F372D

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

Shades of Jacko Bean #3F372D

Tints of Jacko Bean #3F372D

Color information

#3F372D (or 0x3F372D) is unknown color: approx Jacko Bean. HEX triplet: 3F, 37 and 2D. RGB value is (63,55,45). Sum of RGB (Red+Green+Blue) = 63+55+45=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372D is #C0C8D2. Grayscale: #383838. Windows color (decimal): -12634323 or 2963263. OLE color: 2963263.

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

Color convert

RGB635545-
CMYK00.130.290.75
HSL33.33º16.67%21.18%-
HSV(B)33.33º28.57%24.71%-
XYZ3.893.983.05-
YUV56.25121.65132.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=38.65%
G=33.74%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63554500.130.290.7533.3316.6721.18
Hex3F372D0D1D4B211115
Octal77675501535113412125
Binary111111110111101101011011110110010111000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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