#111F11

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

Shades of Black Bean #111F11

Tints of Black Bean #111F11

Color information

#111F11 (or 0x111F11) is unknown color: approx Black Bean. HEX triplet: 11, 1F and 11. RGB value is (17,31,17). Sum of RGB (Red+Green+Blue) = 17+31+17=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #111F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F11 is #EEE0EE. Grayscale: #191919. Windows color (decimal): -15655151 or 1122065. OLE color: 1122065.

HSL color Cylindrical-coordinate representation of color #111F11: hue angle of 120º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111F11 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB173117-
CMYK0.4500.450.88
HSL120º29.17%9.41%-
HSV(B)120º45.16%12.16%-
XYZ0.821.140.71-
YUV25.22123.36122.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 31 (12.5% from 255) = 47.69%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=26.15%
G=47.69%
B=26.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731170.4500.450.8812029.179.41
Hex111F112D02D58781d9
Octal213721550551301703511
Binary100011111110001101101010110110110001111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111F11; }

 p { color: rgb(17,31,17); }

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

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

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

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

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

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

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