#3F352A

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

Shades of Jacko Bean #3F352A

Tints of Jacko Bean #3F352A

Color information

#3F352A (or 0x3F352A) is unknown color: approx Jacko Bean. HEX triplet: 3F, 35 and 2A. RGB value is (63,53,42). Sum of RGB (Red+Green+Blue) = 63+53+42=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F352A is #C0CAD5. Grayscale: #363636. Windows color (decimal): -12634838 or 2766143. OLE color: 2766143.

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

Color convert

RGB635342-
CMYK00.160.330.75
HSL31.43º20%20.59%-
HSV(B)31.43º33.33%24.71%-
XYZ3.743.772.72-
YUV54.74120.81133.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.87%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=39.87%
G=33.54%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63534200.160.330.7531.432020.59
Hex3F352A010214B1f1415
Octal77655202041113372425
Binary1111111101011010100100001000011001011111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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