#293424

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

Shades of Black Forest #293424

Tints of Black Forest #293424

Color information

#293424 (or 0x293424) is unknown color: approx Black Forest. HEX triplet: 29, 34 and 24. RGB value is (41,52,36). Sum of RGB (Red+Green+Blue) = 41+52+36=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #293424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293424 is #D6CBDB. Grayscale: #2E2E2E. Windows color (decimal): -14076892 or 2372649. OLE color: 2372649.

HSL color Cylindrical-coordinate representation of color #293424: hue angle of 101.25º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293424 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB415236-
CMYK0.2100.310.80
HSL101.25º18.18%17.25%-
HSV(B)101.25º30.77%20.39%-
XYZ2.463.052.13-
YUV46.89121.86123.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=31.78%
G=40.31%
B=27.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152360.2100.310.80101.2518.1817.25
Hex2934241501F50651211
Octal516444250371201452221
Binary10100111010010010010101011111101000011001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293424; }

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

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

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

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

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

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

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

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