#213616

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

Shades of Black Forest #213616

Tints of Black Forest #213616

Color information

#213616 (or 0x213616) is unknown color: approx Black Forest. HEX triplet: 21, 36 and 16. RGB value is (33,54,22). Sum of RGB (Red+Green+Blue) = 33+54+22=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #213616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213616 is #DEC9E9. Grayscale: #2C2C2C. Windows color (decimal): -14600682 or 1455649. OLE color: 1455649.

HSL color Cylindrical-coordinate representation of color #213616: hue angle of 99.38º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213616 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB335422-
CMYK0.3900.590.79
HSL99.38º42.11%14.9%-
HSV(B)99.38º59.26%21.18%-
XYZ2.093.021.23-
YUV44.07115.54120.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=30.28%
G=49.54%
B=20.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354220.3900.590.7999.3842.1114.9
Hex2136162703B4F632af
Octal416626470731171435217
Binary100001110110101101001110111011100111111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213616; }

 p { color: rgb(33,54,22); }

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

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

 a { background-color: rgb(33,54,22); }

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

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

 span { border-color: rgb(33,54,22); }

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