#352F2B

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

Shades of Coffee Bean #352F2B

Tints of Coffee Bean #352F2B

Color information

#352F2B (or 0x352F2B) is unknown color: approx Coffee Bean. HEX triplet: 35, 2F and 2B. RGB value is (53,47,43). Sum of RGB (Red+Green+Blue) = 53+47+43=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #352F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F2B is #CAD0D4. Grayscale: #303030. Windows color (decimal): -13291733 or 2830133. OLE color: 2830133.

HSL color Cylindrical-coordinate representation of color #352F2B: hue angle of 24º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #352F2B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB534743-
CMYK00.110.190.79
HSL24º10.42%18.82%-
HSV(B)24º18.87%20.78%-
XYZ2.922.962.7-
YUV48.34124.99131.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=37.06%
G=32.87%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53474300.110.190.792410.4218.82
Hex352F2B0B134F18a13
Octal65575301323117301223
Binary1101011011111010110101110011100111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352F2B; }

 p { color: rgb(53,47,43); }

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

<style>
 a { background-color: #352F2B; }

 a { background-color: rgb(53,47,43); }

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

<style>
 span { border-color: #352F2B; }

 span { border-color: rgb(53,47,43); }

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