#111E12

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

Shades of Black Bean #111E12

Tints of Black Bean #111E12

Color information

#111E12 (or 0x111E12) is unknown color: approx Black Bean. HEX triplet: 11, 1E and 12. RGB value is (17,30,18). Sum of RGB (Red+Green+Blue) = 17+30+18=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #111E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E12 is #EEE1ED. Grayscale: #181818. Windows color (decimal): -15655406 or 1187345. OLE color: 1187345.

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

Color convert

RGB173018-
CMYK0.4300.400.88
HSL124.62º27.66%9.22%-
HSV(B)124.62º43.33%11.76%-
XYZ0.81.090.74-
YUV24.74124.19122.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=26.15%
G=46.15%
B=27.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1730180.4300.400.88124.6227.669.22
Hex111E122B028587d1c9
Octal213622530501301753411
Binary100011111010010101011010100010110001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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