#112814

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

Shades of Black Bean #112814

Tints of Black Bean #112814

Color information

#112814 (or 0x112814) is unknown color: approx Black Bean. HEX triplet: 11, 28 and 14. RGB value is (17,40,20). Sum of RGB (Red+Green+Blue) = 17+40+20=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #112814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112814 is #EED7EB. Grayscale: #1E1E1E. Windows color (decimal): -15652844 or 1320977. OLE color: 1320977.

HSL color Cylindrical-coordinate representation of color #112814: hue angle of 127.83º 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 #112814 is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB174020-
CMYK0.5700.50.84
HSL127.83º40.35%11.18%-
HSV(B)127.83º57.5%15.69%-
XYZ1.121.690.93-
YUV30.84121.88118.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 40 (16.02% from 255) = 51.95%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=22.08%
G=51.95%
B=25.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740200.5700.50.84127.8340.3511.18
Hex11281439032548028b
Octal215024710621242005013
Binary100011010001010011100101100101010100100000001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112814; }

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

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

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

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

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

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

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

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