#312A24

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

Shades of Coffee Bean #312A24

Tints of Coffee Bean #312A24

Color information

#312A24 (or 0x312A24) is unknown color: approx Coffee Bean. HEX triplet: 31, 2A and 24. RGB value is (49,42,36). Sum of RGB (Red+Green+Blue) = 49+42+36=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A24 is #CED5DB. Grayscale: #2B2B2B. Windows color (decimal): -13555164 or 2370097. OLE color: 2370097.

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

Color convert

RGB494236-
CMYK00.140.270.81
HSL27.69º15.29%16.67%-
HSV(B)27.69º26.53%19.22%-
XYZ2.412.442.01-
YUV43.41123.82131.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=38.58%
G=33.07%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49423600.140.270.8127.6915.2916.67
Hex312A240E1B511cf11
Octal61524401633121341721
Binary1100011010101001000111011011101000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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