#212320

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

Shades of Black Forest #212320

Tints of Black Forest #212320

Color information

#212320 (or 0x212320) is unknown color: approx Black Forest. HEX triplet: 21, 23 and 20. RGB value is (33,35,32). Sum of RGB (Red+Green+Blue) = 33+35+32=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 35 - color contains mainly: green. Hex color #212320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212320 is #DEDCDF. Grayscale: #222222. Windows color (decimal): -14605536 or 2106145. OLE color: 2106145.

HSL color Cylindrical-coordinate representation of color #212320: hue angle of 100º degrees, saturation: 0.04, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #212320 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB333532-
CMYK0.0600.090.86
HSL100º4.48%13.14%-
HSV(B)100º8.57%13.73%-
XYZ1.491.631.6-
YUV34.06126.84127.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 32 (12.89% from 255) = 32%
R=33%
G=35%
B=32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335320.0600.090.861004.4813.14
Hex21232060956644d
Octal4143406011126144415
Binary10000110001110000011001001101011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212320; }

 p { color: rgb(33,35,32); }

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

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

 a { background-color: rgb(33,35,32); }

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

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

 span { border-color: rgb(33,35,32); }

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