#312D2B

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

Shades of Coffee Bean #312D2B

Tints of Coffee Bean #312D2B

Color information

#312D2B (or 0x312D2B) is unknown color: approx Coffee Bean. HEX triplet: 31, 2D and 2B. RGB value is (49,45,43). Sum of RGB (Red+Green+Blue) = 49+45+43=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #312D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D2B is #CED2D4. Grayscale: #2D2D2D. Windows color (decimal): -13554389 or 2829617. OLE color: 2829617.

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

Color convert

RGB494543-
CMYK00.080.120.81
HSL20º6.52%18.04%-
HSV(B)20º12.24%19.22%-
XYZ2.642.72.67-
YUV45.97126.33130.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=35.77%
G=32.85%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49454300.080.120.81206.5218.04
Hex312D2B08C5114712
Octal6155530101412124722
Binary11000110110110101101000110010100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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