#312D29

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

Shades of Coffee Bean #312D29

Tints of Coffee Bean #312D29

Color information

#312D29 (or 0x312D29) is unknown color: approx Coffee Bean. HEX triplet: 31, 2D and 29. RGB value is (49,45,41). Sum of RGB (Red+Green+Blue) = 49+45+41=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #312D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D29 is #CED2D6. Grayscale: #2D2D2D. Windows color (decimal): -13554391 or 2698545. OLE color: 2698545.

HSL color Cylindrical-coordinate representation of color #312D29: hue angle of 30º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #312D29 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB494541-
CMYK00.080.160.81
HSL30º8.89%17.65%-
HSV(B)30º16.33%19.22%-
XYZ2.612.692.48-
YUV45.74125.33130.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=36.30%
G=33.33%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49454100.080.160.81308.8917.65
Hex312D290810511e912
Octal61555101020121361122
Binary1100011011011010010100010000101000111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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