#39312B

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

Shades of Coffee Bean #39312B

Tints of Coffee Bean #39312B

Color information

#39312B (or 0x39312B) is unknown color: approx Coffee Bean. HEX triplet: 39, 31 and 2B. RGB value is (57,49,43). Sum of RGB (Red+Green+Blue) = 57+49+43=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #39312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39312B is #C6CED4. Grayscale: #323232. Windows color (decimal): -13029077 or 2830649. OLE color: 2830649.

HSL color Cylindrical-coordinate representation of color #39312B: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #39312B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB574943-
CMYK00.140.250.78
HSL25.71º14%19.61%-
HSV(B)25.71º24.56%22.35%-
XYZ3.223.242.74-
YUV50.71123.65132.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=38.26%
G=32.89%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57494300.140.250.7825.711419.61
Hex39312B0E194E1ae14
Octal71615301631116321624
Binary1110011100011010110111011001100111011010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39312B; }

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

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

<style>
 a { background-color: #39312B; }

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

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

<style>
 span { border-color: #39312B; }

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

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