#29381C

Color #29381C Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #29381C

Tints of Black Forest #29381C

Color information

#29381C (or 0x29381C) is unknown color: approx Black Forest. HEX triplet: 29, 38 and 1C. RGB value is (41,56,28). Sum of RGB (Red+Green+Blue) = 41+56+28=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #29381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29381C is #D6C7E3. Grayscale: #303030. Windows color (decimal): -14075876 or 1849385. OLE color: 1849385.

HSL color Cylindrical-coordinate representation of color #29381C: hue angle of 92.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29381C is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB415628-
CMYK0.2700.500.78
HSL92.14º33.33%16.47%-
HSV(B)92.14º50%21.96%-
XYZ2.543.381.62-
YUV48.32116.53122.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=32.8%
G=44.8%
B=22.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156280.2700.500.7892.1433.3316.47
Hex29381C1B0324E5c2110
Octal517034330621161344120
Binary101001111000111001101101100101001110101110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29381C; }

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

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

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

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

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

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

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

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