#112E16

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

Shades of Black Bean #112E16

Tints of Black Bean #112E16

Color information

#112E16 (or 0x112E16) is unknown color: approx Black Bean. HEX triplet: 11, 2E and 16. RGB value is (17,46,22). Sum of RGB (Red+Green+Blue) = 17+46+22=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 46 (18.36% from 255 or 54.12% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 46 - color contains mainly: green. Hex color #112E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E16 is #EED1E9. Grayscale: #222222. Windows color (decimal): -15651306 or 1453585. OLE color: 1453585.

HSL color Cylindrical-coordinate representation of color #112E16: hue angle of 130.34º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E16 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.82.

Color convert

RGB174622-
CMYK0.6300.520.82
HSL130.34º46.03%12.35%-
HSV(B)130.34º63.04%18.04%-
XYZ1.352.131.1-
YUV34.59120.89115.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 54.12%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=20%
G=54.12%
B=25.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746220.6300.520.82130.3446.0312.35
Hex112E163F03452822ec
Octal215626770641222025614
Binary100011011101011011111101101001010010100000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112E16; }

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

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

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

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

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

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

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

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