#332A23

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

Shades of Coffee Bean #332A23

Tints of Coffee Bean #332A23

Color information

#332A23 (or 0x332A23) is unknown color: approx Coffee Bean. HEX triplet: 33, 2A and 23. RGB value is (51,42,35). Sum of RGB (Red+Green+Blue) = 51+42+35=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #332A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A23 is #CCD5DC. Grayscale: #2B2B2B. Windows color (decimal): -13424093 or 2304563. OLE color: 2304563.

HSL color Cylindrical-coordinate representation of color #332A23: hue angle of 26.25º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #332A23 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB514235-
CMYK00.180.310.8
HSL26.25º18.6%16.86%-
HSV(B)26.25º31.37%20%-
XYZ2.52.481.94-
YUV43.89122.98133.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=39.84%
G=32.81%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51423500.180.310.826.2518.616.86
Hex332A230121F501a1311
Octal63524302237120322321
Binary110011101010100011010010111111010000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A23; }

 p { color: rgb(51,42,35); }

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

<style>
 a { background-color: #332A23; }

 a { background-color: rgb(51,42,35); }

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

<style>
 span { border-color: #332A23; }

 span { border-color: rgb(51,42,35); }

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