#322A24

Color #322A24 Coffee Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coffee Bean #322A24

Tints of Coffee Bean #322A24

Color information

#322A24 (or 0x322A24) is unknown color: approx Coffee Bean. HEX triplet: 32, 2A and 24. RGB value is (50,42,36). Sum of RGB (Red+Green+Blue) = 50+42+36=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A24 is #CDD5DB. Grayscale: #2B2B2B. Windows color (decimal): -13489628 or 2370098. OLE color: 2370098.

HSL color Cylindrical-coordinate representation of color #322A24: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322A24 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB504236-
CMYK00.160.280.80
HSL25.71º16.28%16.86%-
HSV(B)25.71º28%19.61%-
XYZ2.462.462.01-
YUV43.71123.65132.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=39.06%
G=32.81%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50423600.160.280.8025.7116.2816.86
Hex322A240101C501a1011
Octal62524402034120322021
Binary110010101010100100010000111001010000110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322A24; }

 p { color: rgb(50,42,36); }

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

<style>
 a { background-color: #322A24; }

 a { background-color: rgb(50,42,36); }

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

<style>
 span { border-color: #322A24; }

 span { border-color: rgb(50,42,36); }

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