#112D16

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

Shades of Black Bean #112D16

Tints of Black Bean #112D16

Color information

#112D16 (or 0x112D16) is unknown color: approx Black Bean. HEX triplet: 11, 2D and 16. RGB value is (17,45,22). Sum of RGB (Red+Green+Blue) = 17+45+22=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 45 (17.97% from 255 or 53.57% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 45 - color contains mainly: green. Hex color #112D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D16 is #EED2E9. Grayscale: #222222. Windows color (decimal): -15651562 or 1453329. OLE color: 1453329.

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

Color convert

RGB174522-
CMYK0.6200.510.82
HSL130.71º45.16%12.16%-
HSV(B)130.71º62.22%17.65%-
XYZ1.312.051.09-
YUV34.01121.22115.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 45 (17.97% from 255) = 53.57%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=20.24%
G=53.57%
B=26.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745220.6200.510.82130.7145.1612.16
Hex112D163E03352832dc
Octal215526760631222035514
Binary100011011011011011111001100111010010100000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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