#222520

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

Shades of Black Forest #222520

Tints of Black Forest #222520

Color information

#222520 (or 0x222520) is unknown color: approx Black Forest. HEX triplet: 22, 25 and 20. RGB value is (34,37,32). Sum of RGB (Red+Green+Blue) = 34+37+32=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 37 - color contains mainly: green. Hex color #222520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222520 is #DDDADF. Grayscale: #232323. Windows color (decimal): -14539488 or 2106658. OLE color: 2106658.

HSL color Cylindrical-coordinate representation of color #222520: hue angle of 96º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #222520 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB343732-
CMYK0.0800.140.85
HSL96º7.25%13.53%-
HSV(B)96º13.51%14.51%-
XYZ1.581.771.62-
YUV35.53126.01126.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=33.01%
G=35.92%
B=31.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437320.0800.140.85967.2513.53
Hex22252080E55607e
Octal42454010016125140716
Binary100010100101100000100001110101010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222520; }

 p { color: rgb(34,37,32); }

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

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

 a { background-color: rgb(34,37,32); }

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

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

 span { border-color: rgb(34,37,32); }

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