#161B14

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

Shades of Black Forest #161B14

Tints of Black Forest #161B14

Color information

#161B14 (or 0x161B14) is unknown color: approx Black Forest. HEX triplet: 16, 1B and 14. RGB value is (22,27,20). Sum of RGB (Red+Green+Blue) = 22+27+20=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 27 - color contains mainly: green. Hex color #161B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B14 is #E9E4EB. Grayscale: #181818. Windows color (decimal): -15328492 or 1317654. OLE color: 1317654.

HSL color Cylindrical-coordinate representation of color #161B14: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #161B14 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB222720-
CMYK0.1900.260.89
HSL102.86º14.89%9.22%-
HSV(B)102.86º25.93%10.59%-
XYZ0.8510.81-
YUV24.71125.34126.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.88%
GREEN value IS 27 (10.94% from 255) = 39.13%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=31.88%
G=39.13%
B=28.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2227200.1900.260.89102.8614.899.22
Hex161B141301A5967f9
Octal263324230321311471711
Binary101101101110100100110110101011001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161B14; }

 p { color: rgb(22,27,20); }

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

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

 a { background-color: rgb(22,27,20); }

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

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

 span { border-color: rgb(22,27,20); }

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