#111F14

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

Shades of Black Bean #111F14

Tints of Black Bean #111F14

Color information

#111F14 (or 0x111F14) is unknown color: approx Black Bean. HEX triplet: 11, 1F and 14. RGB value is (17,31,20). Sum of RGB (Red+Green+Blue) = 17+31+20=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #111F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F14 is #EEE0EB. Grayscale: #191919. Windows color (decimal): -15655148 or 1318673. OLE color: 1318673.

HSL color Cylindrical-coordinate representation of color #111F14: hue angle of 132.86º 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 #111F14 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB173120-
CMYK0.4500.350.88
HSL132.86º29.17%9.41%-
HSV(B)132.86º45.16%12.16%-
XYZ0.851.150.84-
YUV25.56124.86121.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25%
GREEN value IS 31 (12.5% from 255) = 45.59%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=25%
G=45.59%
B=29.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731200.4500.350.88132.8629.179.41
Hex111F142D02358851d9
Octal213724550431302053511
Binary1000111111101001011010100011101100010000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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