#111412

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

Shades of Black Bean #111412

Tints of Black Bean #111412

Color information

#111412 (or 0x111412) is unknown color: approx Black Bean. HEX triplet: 11, 14 and 12. RGB value is (17,20,18). Sum of RGB (Red+Green+Blue) = 17+20+18=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 20 - color contains mainly: green. Hex color #111412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111412 is #EEEBED. Grayscale: #121212. Windows color (decimal): -15657966 or 1184785. OLE color: 1184785.

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

Color convert

RGB172018-
CMYK0.1500.100.92
HSL140º8.11%7.25%-
HSV(B)140º15%7.84%-
XYZ0.590.660.67-
YUV18.88127.51126.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=30.91%
G=36.36%
B=32.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1720180.1500.100.921408.117.25
Hex111412F0A5C8c87
Octal21242217012134214107
Binary1000110100100101111010101011100100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111412; }

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

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

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

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

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

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

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

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