#312E2C

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

Shades of Coffee Bean #312E2C

Tints of Coffee Bean #312E2C

Color information

#312E2C (or 0x312E2C) is unknown color: approx Coffee Bean. HEX triplet: 31, 2E and 2C. RGB value is (49,46,44). Sum of RGB (Red+Green+Blue) = 49+46+44=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E2C is #CED1D3. Grayscale: #2E2E2E. Windows color (decimal): -13554132 or 2895409. OLE color: 2895409.

HSL color Cylindrical-coordinate representation of color #312E2C: hue angle of 24º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #312E2C is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB494644-
CMYK00.060.100.81
HSL24º5.38%18.24%-
HSV(B)24º10.2%19.22%-
XYZ2.72.792.78-
YUV46.67126.49129.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=35.25%
G=33.09%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49464400.060.100.81245.3818.24
Hex312E2C06A5118512
Octal615654061212130522
Binary1100011011101011000110101010100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E2C; }

 p { color: rgb(49,46,44); }

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

<style>
 a { background-color: #312E2C; }

 a { background-color: rgb(49,46,44); }

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

<style>
 span { border-color: #312E2C; }

 span { border-color: rgb(49,46,44); }

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