#112412

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

Shades of Black Bean #112412

Tints of Black Bean #112412

Color information

#112412 (or 0x112412) is unknown color: approx Black Bean. HEX triplet: 11, 24 and 12. RGB value is (17,36,18). Sum of RGB (Red+Green+Blue) = 17+36+18=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #112412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112412 is #EEDBED. Grayscale: #1C1C1C. Windows color (decimal): -15653870 or 1188881. OLE color: 1188881.

HSL color Cylindrical-coordinate representation of color #112412: hue angle of 123.16º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112412 is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB173618-
CMYK0.5300.50.86
HSL123.16º35.85%10.39%-
HSV(B)123.16º52.78%14.12%-
XYZ0.971.420.8-
YUV28.27122.21119.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 36 (14.45% from 255) = 50.70%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=23.94%
G=50.70%
B=25.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1736180.5300.50.86123.1635.8510.39
Hex11241235032567b24a
Octal214422650621261734412
Binary10001100100100101101010110010101011011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112412; }

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

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

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

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

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

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

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

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