#3F372A

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

Shades of Jacko Bean #3F372A

Tints of Jacko Bean #3F372A

Color information

#3F372A (or 0x3F372A) is unknown color: approx Jacko Bean. HEX triplet: 3F, 37 and 2A. RGB value is (63,55,42). Sum of RGB (Red+Green+Blue) = 63+55+42=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F372A is #C0C8D5. Grayscale: #373737. Windows color (decimal): -12634326 or 2766655. OLE color: 2766655.

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

Color convert

RGB635542-
CMYK00.130.330.75
HSL37.14º20%20.59%-
HSV(B)37.14º33.33%24.71%-
XYZ3.833.962.75-
YUV55.91120.15133.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=39.38%
G=34.38%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63554200.130.330.7537.142020.59
Hex3F372A0D214B251415
Octal77675201541113452425
Binary1111111101111010100110110000110010111001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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