#38312B

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

Shades of Coffee Bean #38312B

Tints of Coffee Bean #38312B

Color information

#38312B (or 0x38312B) is unknown color: approx Coffee Bean. HEX triplet: 38, 31 and 2B. RGB value is (56,49,43). Sum of RGB (Red+Green+Blue) = 56+49+43=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #38312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38312B is #C7CED4. Grayscale: #323232. Windows color (decimal): -13094613 or 2830648. OLE color: 2830648.

HSL color Cylindrical-coordinate representation of color #38312B: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38312B is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB564943-
CMYK00.120.230.78
HSL27.69º13.13%19.41%-
HSV(B)27.69º23.21%21.96%-
XYZ3.173.212.74-
YUV50.41123.82131.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=37.84%
G=33.11%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56494300.120.230.7827.6913.1319.41
Hex38312B0C174E1cd13
Octal70615301427116341523
Binary1110001100011010110110010111100111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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