#111612

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

Shades of Black Bean #111612

Tints of Black Bean #111612

Color information

#111612 (or 0x111612) is unknown color: approx Black Bean. HEX triplet: 11, 16 and 12. RGB value is (17,22,18). Sum of RGB (Red+Green+Blue) = 17+22+18=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 22 - color contains mainly: green. Hex color #111612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111612 is #EEE9ED. Grayscale: #141414. Windows color (decimal): -15657454 or 1185297. OLE color: 1185297.

HSL color Cylindrical-coordinate representation of color #111612: hue angle of 132º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #111612 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB172218-
CMYK0.2300.180.91
HSL132º12.82%7.65%-
HSV(B)132º22.73%8.63%-
XYZ0.630.740.68-
YUV20.05126.84125.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=29.82%
G=38.60%
B=31.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1722180.2300.180.9113212.827.65
Hex111612170125B84d8
Octal212622270221332041510
Binary1000110110100101011101001010110111000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111612; }

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

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

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

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

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

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

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

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