#112812

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

Shades of Black Bean #112812

Tints of Black Bean #112812

Color information

#112812 (or 0x112812) is unknown color: approx Black Bean. HEX triplet: 11, 28 and 12. RGB value is (17,40,18). Sum of RGB (Red+Green+Blue) = 17+40+18=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #112812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112812 is #EED7ED. Grayscale: #1E1E1E. Windows color (decimal): -15652846 or 1189905. OLE color: 1189905.

HSL color Cylindrical-coordinate representation of color #112812: hue angle of 122.61º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112812 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB174018-
CMYK0.5700.550.84
HSL122.61º40.35%11.18%-
HSV(B)122.61º57.5%15.69%-
XYZ1.11.680.84-
YUV30.61120.88118.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 40 (16.02% from 255) = 53.33%
BLUE value IS 18 (7.42% from 255) = 24%
R=22.67%
G=53.33%
B=24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740180.5700.550.84122.6140.3511.18
Hex11281239037547b28b
Octal215022710671241735013
Binary10001101000100101110010110111101010011110111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112812; }

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

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

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

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

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

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

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

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