#213116

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

Shades of Black Forest #213116

Tints of Black Forest #213116

Color information

#213116 (or 0x213116) is unknown color: approx Black Forest. HEX triplet: 21, 31 and 16. RGB value is (33,49,22). Sum of RGB (Red+Green+Blue) = 33+49+22=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #213116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213116 is #DECEE9. Grayscale: #292929. Windows color (decimal): -14601962 or 1454369. OLE color: 1454369.

HSL color Cylindrical-coordinate representation of color #213116: hue angle of 95.56º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213116 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB334922-
CMYK0.3300.550.81
HSL95.56º38.03%13.92%-
HSV(B)95.56º55.1%19.22%-
XYZ1.872.581.16-
YUV41.14117.2122.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=31.73%
G=47.12%
B=21.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349220.3300.550.8195.5638.0313.92
Hex21311621037516026e
Octal416126410671211404616
Binary100001110001101101000010110111101000111000001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213116; }

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

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

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

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

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

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

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

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