#112615

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

Shades of Black Bean #112615

Tints of Black Bean #112615

Color information

#112615 (or 0x112615) is unknown color: approx Black Bean. HEX triplet: 11, 26 and 15. RGB value is (17,38,21). Sum of RGB (Red+Green+Blue) = 17+38+21=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #112615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112615 is #EED9EA. Grayscale: #1D1D1D. Windows color (decimal): -15653355 or 1386001. OLE color: 1386001.

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

Color convert

RGB173821-
CMYK0.5500.450.85
HSL131.43º38.18%10.78%-
HSV(B)131.43º55.26%14.9%-
XYZ1.061.560.95-
YUV29.78123.04118.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=22.37%
G=50%
B=27.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738210.5500.450.85131.4338.1810.78
Hex1126153702D558326b
Octal214625670551252034613
Binary100011001101010111011101011011010101100000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112615; }

 p { color: rgb(17,38,21); }

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

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

 a { background-color: rgb(17,38,21); }

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

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

 span { border-color: rgb(17,38,21); }

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