#312B25

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

Shades of Coffee Bean #312B25

Tints of Coffee Bean #312B25

Color information

#312B25 (or 0x312B25) is unknown color: approx Coffee Bean. HEX triplet: 31, 2B and 25. RGB value is (49,43,37). Sum of RGB (Red+Green+Blue) = 49+43+37=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B25 is #CED4DA. Grayscale: #2C2C2C. Windows color (decimal): -13554907 or 2435889. OLE color: 2435889.

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

Color convert

RGB494337-
CMYK00.120.240.81
HSL30º13.95%16.86%-
HSV(B)30º24.49%19.22%-
XYZ2.462.512.11-
YUV44.11123.99131.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 43 (17.19% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=37.98%
G=33.33%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49433700.120.240.813013.9516.86
Hex312B250C18511ee11
Octal61534501430121361621
Binary1100011010111001010110011000101000111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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