#35302C

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

Shades of Coffee Bean #35302C

Tints of Coffee Bean #35302C

Color information

#35302C (or 0x35302C) is unknown color: approx Coffee Bean. HEX triplet: 35, 30 and 2C. RGB value is (53,48,44). Sum of RGB (Red+Green+Blue) = 53+48+44=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #35302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35302C is #CACFD3. Grayscale: #313131. Windows color (decimal): -13291476 or 2895925. OLE color: 2895925.

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

Color convert

RGB534844-
CMYK00.090.170.79
HSL26.67º9.28%19.02%-
HSV(B)26.67º16.98%20.78%-
XYZ2.983.052.82-
YUV49.04125.16130.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=36.55%
G=33.10%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53484400.090.170.7926.679.2819.02
Hex35302C09114F1b913
Octal65605401121117331123
Binary1101011100001011000100110001100111111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35302C; }

 p { color: rgb(53,48,44); }

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

<style>
 a { background-color: #35302C; }

 a { background-color: rgb(53,48,44); }

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

<style>
 span { border-color: #35302C; }

 span { border-color: rgb(53,48,44); }

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