#3C342B

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

Shades of Jacko Bean #3C342B

Tints of Jacko Bean #3C342B

Color information

#3C342B (or 0x3C342B) is unknown color: approx Jacko Bean. HEX triplet: 3C, 34 and 2B. RGB value is (60,52,43). Sum of RGB (Red+Green+Blue) = 60+52+43=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 60 - color contains mainly: red. Hex color #3C342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C342B is #C3CBD4. Grayscale: #353535. Windows color (decimal): -12831701 or 2831420. OLE color: 2831420.

HSL color Cylindrical-coordinate representation of color #3C342B: hue angle of 31.76º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C342B is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB605243-
CMYK00.130.280.76
HSL31.76º16.5%20.2%-
HSV(B)31.76º28.33%23.53%-
XYZ3.533.592.79-
YUV53.37122.15132.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.71%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=38.71%
G=33.55%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60524300.130.280.7631.7616.520.2
Hex3C342B0D1C4C201114
Octal74645301534114402124
Binary111100110100101011011011110010011001000001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,43); }

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

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

 a { background-color: rgb(60,52,43); }

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

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

 span { border-color: rgb(60,52,43); }

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