#112116

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

Shades of Black Bean #112116

Tints of Black Bean #112116

Color information

#112116 (or 0x112116) is unknown color: approx Black Bean. HEX triplet: 11, 21 and 16. RGB value is (17,33,22). Sum of RGB (Red+Green+Blue) = 17+33+22=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #112116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112116 is #EEDEE9. Grayscale: #1A1A1A. Windows color (decimal): -15654634 or 1450257. OLE color: 1450257.

HSL color Cylindrical-coordinate representation of color #112116: hue angle of 138.75º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #112116 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB173322-
CMYK0.4800.330.87
HSL138.75º32%9.8%-
HSV(B)138.75º48.48%12.94%-
XYZ0.921.260.95-
YUV26.96125.2120.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 33 (13.28% from 255) = 45.83%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=23.61%
G=45.83%
B=30.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733220.4800.330.87138.75329.8
Hex11211630021578b20a
Octal214126600411272134012
Binary100011000011011011000001000011010111100010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112116; }

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

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

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

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

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

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

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

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