#332E2B

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

Shades of Coffee Bean #332E2B

Tints of Coffee Bean #332E2B

Color information

#332E2B (or 0x332E2B) is unknown color: approx Coffee Bean. HEX triplet: 33, 2E and 2B. RGB value is (51,46,43). Sum of RGB (Red+Green+Blue) = 51+46+43=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #332E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E2B is #CCD1D4. Grayscale: #2F2F2F. Windows color (decimal): -13423061 or 2829875. OLE color: 2829875.

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

Color convert

RGB514643-
CMYK00.100.160.8
HSL22.5º8.51%18.43%-
HSV(B)22.5º15.69%20%-
XYZ2.782.832.69-
YUV47.15125.66130.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=36.43%
G=32.86%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51464300.100.160.822.58.5118.43
Hex332E2B0A105017912
Octal63565301220120271122
Binary1100111011101010110101010000101000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,46,43); }

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

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

 a { background-color: rgb(51,46,43); }

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

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

 span { border-color: rgb(51,46,43); }

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