#312A25

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

Shades of Coffee Bean #312A25

Tints of Coffee Bean #312A25

Color information

#312A25 (or 0x312A25) is unknown color: approx Coffee Bean. HEX triplet: 31, 2A and 25. RGB value is (49,42,37). Sum of RGB (Red+Green+Blue) = 49+42+37=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A25 is #CED5DA. Grayscale: #2B2B2B. Windows color (decimal): -13555163 or 2435633. OLE color: 2435633.

HSL color Cylindrical-coordinate representation of color #312A25: hue angle of 25º 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 #312A25 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB494237-
CMYK00.140.240.81
HSL25º13.95%16.86%-
HSV(B)25º24.49%19.22%-
XYZ2.432.442.09-
YUV43.52124.32131.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=38.28%
G=32.81%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49423700.140.240.812513.9516.86
Hex312A250E185119e11
Octal61524501630121311621
Binary1100011010101001010111011000101000111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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