#323B2B

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

Shades of Black Forest #323B2B

Tints of Black Forest #323B2B

Color information

#323B2B (or 0x323B2B) is unknown color: approx Black Forest. HEX triplet: 32, 3B and 2B. RGB value is (50,59,43). Sum of RGB (Red+Green+Blue) = 50+59+43=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #323B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B2B is #CDC4D4. Grayscale: #363636. Windows color (decimal): -13485269 or 2833202. OLE color: 2833202.

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

Color convert

RGB505943-
CMYK0.1500.270.77
HSL93.75º15.69%20%-
HSV(B)93.75º27.12%23.14%-
XYZ3.323.982.88-
YUV54.48121.52124.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=32.89%
G=38.82%
B=28.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5059430.1500.270.7793.7515.6920
Hex323B2BF01B4D5e1014
Octal627353170331151362024
Binary1100101110111010111111011011100110110111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,43); }

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

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

 a { background-color: rgb(50,59,43); }

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

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

 span { border-color: rgb(50,59,43); }

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