#112C17

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

Shades of Black Bean #112C17

Tints of Black Bean #112C17

Color information

#112C17 (or 0x112C17) is unknown color: approx Black Bean. HEX triplet: 11, 2C and 17. RGB value is (17,44,23). Sum of RGB (Red+Green+Blue) = 17+44+23=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #112C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C17 is #EED3E8. Grayscale: #212121. Windows color (decimal): -15651817 or 1518609. OLE color: 1518609.

HSL color Cylindrical-coordinate representation of color #112C17: hue angle of 133.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C17 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.83.

Color convert

RGB174423-
CMYK0.6100.480.83
HSL133.33º44.26%11.96%-
HSV(B)133.33º61.36%17.25%-
XYZ1.291.981.13-
YUV33.53122.05116.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 44 (17.58% from 255) = 52.38%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=20.24%
G=52.38%
B=27.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1744230.6100.480.83133.3344.2611.96
Hex112C173D03053852cc
Octal215427750601232055414
Binary100011011001011111110101100001010011100001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,44,23); }

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

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

 a { background-color: rgb(17,44,23); }

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

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

 span { border-color: rgb(17,44,23); }

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