#112512

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

Shades of Black Bean #112512

Tints of Black Bean #112512

Color information

#112512 (or 0x112512) is unknown color: approx Black Bean. HEX triplet: 11, 25 and 12. RGB value is (17,37,18). Sum of RGB (Red+Green+Blue) = 17+37+18=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #112512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112512 is #EEDAED. Grayscale: #1C1C1C. Windows color (decimal): -15653614 or 1189137. OLE color: 1189137.

HSL color Cylindrical-coordinate representation of color #112512: hue angle of 123º 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 #112512 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB173718-
CMYK0.5400.510.85
HSL123º37.04%10.59%-
HSV(B)123º54.05%14.51%-
XYZ11.490.81-
YUV28.85121.87119.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 18 (7.42% from 255) = 25%
R=23.61%
G=51.39%
B=25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737180.5400.510.8512337.0410.59
Hex11251236033557b25b
Octal214522660631251734513
Binary10001100101100101101100110011101010111110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112512; }

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

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

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

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

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

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

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

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