#212420

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

Shades of Black Forest #212420

Tints of Black Forest #212420

Color information

#212420 (or 0x212420) is unknown color: approx Black Forest. HEX triplet: 21, 24 and 20. RGB value is (33,36,32). Sum of RGB (Red+Green+Blue) = 33+36+32=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 36 - color contains mainly: green. Hex color #212420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212420 is #DEDBDF. Grayscale: #222222. Windows color (decimal): -14605280 or 2106401. OLE color: 2106401.

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

Color convert

RGB333632-
CMYK0.0800.110.86
HSL105º5.88%13.33%-
HSV(B)105º11.11%14.12%-
XYZ1.521.691.61-
YUV34.65126.51126.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=32.67%
G=35.64%
B=31.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336320.0800.110.861055.8813.33
Hex21242080B56696d
Octal41444010013126151615
Binary100001100100100000100001011101011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212420; }

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

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

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

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

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

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

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

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