#112616

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

Shades of Black Bean #112616

Tints of Black Bean #112616

Color information

#112616 (or 0x112616) is unknown color: approx Black Bean. HEX triplet: 11, 26 and 16. RGB value is (17,38,22). Sum of RGB (Red+Green+Blue) = 17+38+22=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #112616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112616 is #EED9E9. Grayscale: #1D1D1D. Windows color (decimal): -15653354 or 1451537. OLE color: 1451537.

HSL color Cylindrical-coordinate representation of color #112616: hue angle of 134.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112616 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB173822-
CMYK0.5500.420.85
HSL134.29º38.18%10.78%-
HSV(B)134.29º55.26%14.9%-
XYZ1.071.561-
YUV29.9123.54118.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=22.08%
G=49.35%
B=28.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738220.5500.420.85134.2938.1810.78
Hex1126163702A558626b
Octal214626670521252064613
Binary100011001101011011011101010101010101100001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112616; }

 p { color: rgb(17,38,22); }

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

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

 a { background-color: rgb(17,38,22); }

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

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

 span { border-color: rgb(17,38,22); }

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