#293124

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

Shades of Black Forest #293124

Tints of Black Forest #293124

Color information

#293124 (or 0x293124) is unknown color: approx Black Forest. HEX triplet: 29, 31 and 24. RGB value is (41,49,36). Sum of RGB (Red+Green+Blue) = 41+49+36=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #293124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293124 is #D6CEDB. Grayscale: #2D2D2D. Windows color (decimal): -14077660 or 2371881. OLE color: 2371881.

HSL color Cylindrical-coordinate representation of color #293124: hue angle of 96.92º 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 #293124 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB414936-
CMYK0.1600.270.81
HSL96.92º15.29%16.67%-
HSV(B)96.92º26.53%19.22%-
XYZ2.332.82.09-
YUV45.13122.85125.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=32.54%
G=38.89%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149360.1600.270.8196.9215.2916.67
Hex2931241001B5161f11
Octal516144200331211411721
Binary1010011100011001001000001101110100011100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293124; }

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

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

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

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

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

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

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

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