#111410

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

Shades of Black Forest #111410

Tints of Black Forest #111410

Color information

#111410 (or 0x111410) is unknown color: approx Black Forest. HEX triplet: 11, 14 and 10. RGB value is (17,20,16). Sum of RGB (Red+Green+Blue) = 17+20+16=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #111410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111410 is #EEEBEF. Grayscale: #121212. Windows color (decimal): -15657968 or 1053713. OLE color: 1053713.

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

Color convert

RGB172016-
CMYK0.1500.200.92
HSL105º11.11%7.06%-
HSV(B)105º20%7.84%-
XYZ0.570.660.59-
YUV18.65126.51126.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=32.08%
G=37.74%
B=30.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1720160.1500.200.9210511.117.06
Hex111410F0145C69b7
Octal21242017024134151137
Binary1000110100100001111010100101110011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111410; }

 p { color: rgb(17,20,16); }

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

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

 a { background-color: rgb(17,20,16); }

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

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

 span { border-color: rgb(17,20,16); }

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