#293224

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

Shades of Black Forest #293224

Tints of Black Forest #293224

Color information

#293224 (or 0x293224) is unknown color: approx Black Forest. HEX triplet: 29, 32 and 24. RGB value is (41,50,36). Sum of RGB (Red+Green+Blue) = 41+50+36=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 50 - color contains mainly: green. Hex color #293224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293224 is #D6CDDB. Grayscale: #2D2D2D. Windows color (decimal): -14077404 or 2372137. OLE color: 2372137.

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

Color convert

RGB415036-
CMYK0.1800.280.80
HSL98.57º16.28%16.86%-
HSV(B)98.57º28%19.61%-
XYZ2.372.882.1-
YUV45.71122.52124.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=32.28%
G=39.37%
B=28.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150360.1800.280.8098.5716.2816.86
Hex2932241201C50631011
Octal516244220341201432021
Binary10100111001010010010010011100101000011000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293224; }

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

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

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

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

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

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

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

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