#112816

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

Shades of Black Bean #112816

Tints of Black Bean #112816

Color information

#112816 (or 0x112816) is unknown color: approx Black Bean. HEX triplet: 11, 28 and 16. RGB value is (17,40,22). Sum of RGB (Red+Green+Blue) = 17+40+22=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #112816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112816 is #EED7E9. Grayscale: #1F1F1F. Windows color (decimal): -15652842 or 1452049. OLE color: 1452049.

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

Color convert

RGB174022-
CMYK0.5700.450.84
HSL133.04º40.35%11.18%-
HSV(B)133.04º57.5%15.69%-
XYZ1.131.691.03-
YUV31.07122.88117.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=21.52%
G=50.63%
B=27.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740220.5700.450.84133.0440.3511.18
Hex1128163902D548528b
Octal215026710551242055013
Binary100011010001011011100101011011010100100001011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112816; }

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

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

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

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

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

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

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

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