#112516

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

Shades of Black Bean #112516

Tints of Black Bean #112516

Color information

#112516 (or 0x112516) is unknown color: approx Black Bean. HEX triplet: 11, 25 and 16. RGB value is (17,37,22). Sum of RGB (Red+Green+Blue) = 17+37+22=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #112516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112516 is #EEDAE9. Grayscale: #1D1D1D. Windows color (decimal): -15653610 or 1451281. OLE color: 1451281.

HSL color Cylindrical-coordinate representation of color #112516: hue angle of 135º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112516 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB173722-
CMYK0.5400.410.85
HSL135º37.04%10.59%-
HSV(B)135º54.05%14.51%-
XYZ1.041.50.99-
YUV29.31123.87119.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=22.37%
G=48.68%
B=28.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737220.5400.410.8513537.0410.59
Hex11251636029558725b
Octal214526660511252074513
Binary100011001011011011011001010011010101100001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112516; }

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

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

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

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

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

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

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

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