#161E13

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

Shades of Black Forest #161E13

Tints of Black Forest #161E13

Color information

#161E13 (or 0x161E13) is unknown color: approx Black Forest. HEX triplet: 16, 1E and 13. RGB value is (22,30,19). Sum of RGB (Red+Green+Blue) = 22+30+19=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #161E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E13 is #E9E1EC. Grayscale: #1A1A1A. Windows color (decimal): -15327725 or 1252886. OLE color: 1252886.

HSL color Cylindrical-coordinate representation of color #161E13: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #161E13 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB223019-
CMYK0.2700.370.88
HSL103.64º22.45%9.61%-
HSV(B)103.64º36.67%11.76%-
XYZ0.911.150.79-
YUV26.35123.85124.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.99%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=30.99%
G=42.25%
B=26.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2230190.2700.370.88103.6422.459.61
Hex161E131B025586816a
Octal263623330451301502612
Binary10110111101001111011010010110110001101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,30,19); }

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

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

 a { background-color: rgb(22,30,19); }

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

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

 span { border-color: rgb(22,30,19); }

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