#293524

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

Shades of Black Forest #293524

Tints of Black Forest #293524

Color information

#293524 (or 0x293524) is unknown color: approx Black Forest. HEX triplet: 29, 35 and 24. RGB value is (41,53,36). Sum of RGB (Red+Green+Blue) = 41+53+36=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #293524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293524 is #D6CADB. Grayscale: #2F2F2F. Windows color (decimal): -14076636 or 2372905. OLE color: 2372905.

HSL color Cylindrical-coordinate representation of color #293524: hue angle of 102.35º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #293524 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB415336-
CMYK0.2300.320.79
HSL102.35º19.1%17.45%-
HSV(B)102.35º32.08%20.78%-
XYZ2.513.142.14-
YUV47.47121.52123.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=31.54%
G=40.77%
B=27.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153360.2300.320.79102.3519.117.45
Hex293524170204F661311
Octal516544270401171462321
Binary101001110101100100101110100000100111111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293524; }

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

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

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

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

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

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

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

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