#112D14

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

Shades of Black Bean #112D14

Tints of Black Bean #112D14

Color information

#112D14 (or 0x112D14) is unknown color: approx Black Bean. HEX triplet: 11, 2D and 14. RGB value is (17,45,20). Sum of RGB (Red+Green+Blue) = 17+45+20=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 45 (17.97% from 255 or 54.88% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 45 - color contains mainly: green. Hex color #112D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D14 is #EED2EB. Grayscale: #212121. Windows color (decimal): -15651564 or 1322257. OLE color: 1322257.

HSL color Cylindrical-coordinate representation of color #112D14: hue angle of 126.43º 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 #112D14 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.

Color convert

RGB174520-
CMYK0.6200.560.82
HSL126.43º45.16%12.16%-
HSV(B)126.43º62.22%17.65%-
XYZ1.32.050.99-
YUV33.78120.22116.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 45 (17.97% from 255) = 54.88%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=20.73%
G=54.88%
B=24.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1745200.6200.560.82126.4345.1612.16
Hex112D143E038527e2dc
Octal215524760701221765514
Binary10001101101101001111100111000101001011111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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