#383029

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

Shades of Coffee Bean #383029

Tints of Coffee Bean #383029

Color information

#383029 (or 0x383029) is unknown color: approx Coffee Bean. HEX triplet: 38, 30 and 29. RGB value is (56,48,41). Sum of RGB (Red+Green+Blue) = 56+48+41=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383029 is #C7CFD6. Grayscale: #313131. Windows color (decimal): -13094871 or 2699320. OLE color: 2699320.

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

Color convert

RGB564841-
CMYK00.140.270.78
HSL28º15.46%19.02%-
HSV(B)28º26.79%21.96%-
XYZ3.093.112.54-
YUV49.59123.15132.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=38.62%
G=33.10%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56484100.140.270.782815.4619.02
Hex3830290E1B4E1cf13
Octal70605101633116341723
Binary1110001100001010010111011011100111011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383029; }

 p { color: rgb(56,48,41); }

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

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

 a { background-color: rgb(56,48,41); }

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

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

 span { border-color: rgb(56,48,41); }

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