#323A2C

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

Shades of Black Forest #323A2C

Tints of Black Forest #323A2C

Color information

#323A2C (or 0x323A2C) is unknown color: approx Black Forest. HEX triplet: 32, 3A and 2C. RGB value is (50,58,44). Sum of RGB (Red+Green+Blue) = 50+58+44=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 58 - color contains mainly: green. Hex color #323A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A2C is #CDC5D3. Grayscale: #363636. Windows color (decimal): -13485524 or 2898482. OLE color: 2898482.

HSL color Cylindrical-coordinate representation of color #323A2C: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323A2C is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB505844-
CMYK0.1400.240.77
HSL94.29º13.73%20%-
HSV(B)94.29º24.14%22.75%-
XYZ3.283.892.96-
YUV54.01122.35125.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=32.89%
G=38.16%
B=28.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058440.1400.240.7794.2913.7320
Hex323A2CE0184D5ee14
Octal627254160301151361624
Binary110010111010101100111001100010011011011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A2C; }

 p { color: rgb(50,58,44); }

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

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

 a { background-color: rgb(50,58,44); }

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

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

 span { border-color: rgb(50,58,44); }

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