#293920

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

Shades of Black Forest #293920

Tints of Black Forest #293920

Color information

#293920 (or 0x293920) is unknown color: approx Black Forest. HEX triplet: 29, 39 and 20. RGB value is (41,57,32). Sum of RGB (Red+Green+Blue) = 41+57+32=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #293920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293920 is #D6C6DF. Grayscale: #313131. Windows color (decimal): -14075616 or 2111785. OLE color: 2111785.

HSL color Cylindrical-coordinate representation of color #293920: hue angle of 98.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #293920 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB415732-
CMYK0.2800.440.78
HSL98.4º28.09%17.45%-
HSV(B)98.4º43.86%22.35%-
XYZ2.643.51.9-
YUV49.37118.2122.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=31.54%
G=43.85%
B=24.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157320.2800.440.7898.428.0917.45
Hex2939201C02C4E621c11
Octal517140340541161423421
Binary101001111001100000111000101100100111011000101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293920; }

 p { color: rgb(41,57,32); }

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

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

 a { background-color: rgb(41,57,32); }

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

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

 span { border-color: rgb(41,57,32); }

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