#332D29

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

Shades of Coffee Bean #332D29

Tints of Coffee Bean #332D29

Color information

#332D29 (or 0x332D29) is unknown color: approx Coffee Bean. HEX triplet: 33, 2D and 29. RGB value is (51,45,41). Sum of RGB (Red+Green+Blue) = 51+45+41=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D29 is #CCD2D6. Grayscale: #2E2E2E. Windows color (decimal): -13423319 or 2698547. OLE color: 2698547.

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

Color convert

RGB514541-
CMYK00.120.200.8
HSL24º10.87%18.04%-
HSV(B)24º19.61%20%-
XYZ2.72.742.48-
YUV46.34124.99131.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=37.23%
G=32.85%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51454100.120.200.82410.8718.04
Hex332D290C145018b12
Octal63555101424120301322
Binary1100111011011010010110010100101000011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,41); }

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

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

 a { background-color: rgb(51,45,41); }

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

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

 span { border-color: rgb(51,45,41); }

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