#332E2A

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

Shades of Coffee Bean #332E2A

Tints of Coffee Bean #332E2A

Color information

#332E2A (or 0x332E2A) is unknown color: approx Coffee Bean. HEX triplet: 33, 2E and 2A. RGB value is (51,46,42). Sum of RGB (Red+Green+Blue) = 51+46+42=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E2A is #CCD1D5. Grayscale: #2F2F2F. Windows color (decimal): -13423062 or 2764339. OLE color: 2764339.

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

Color convert

RGB514642-
CMYK00.100.180.8
HSL26.67º9.68%18.24%-
HSV(B)26.67º17.65%20%-
XYZ2.762.822.59-
YUV47.04125.16130.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=36.69%
G=33.09%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51464200.100.180.826.679.6818.24
Hex332E2A0A12501ba12
Octal63565201222120331222
Binary1100111011101010100101010010101000011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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