#112C15

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

Shades of Black Bean #112C15

Tints of Black Bean #112C15

Color information

#112C15 (or 0x112C15) is unknown color: approx Black Bean. HEX triplet: 11, 2C and 15. RGB value is (17,44,21). Sum of RGB (Red+Green+Blue) = 17+44+21=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 44 (17.58% from 255 or 53.66% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 44 - color contains mainly: green. Hex color #112C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112C15 is #EED3EA. Grayscale: #212121. Windows color (decimal): -15651819 or 1387537. OLE color: 1387537.

HSL color Cylindrical-coordinate representation of color #112C15: hue angle of 128.89º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #112C15 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB174421-
CMYK0.6100.520.83
HSL128.89º44.26%11.96%-
HSV(B)128.89º61.36%17.25%-
XYZ1.271.971.02-
YUV33.3121.05116.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 44 (17.58% from 255) = 53.66%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=20.73%
G=53.66%
B=25.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1744210.6100.520.83128.8944.2611.96
Hex112C153D03453812cc
Octal215425750641232015414
Binary100011011001010111110101101001010011100000011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112C15; }

 p { color: rgb(17,44,21); }

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

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

 a { background-color: rgb(17,44,21); }

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

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

 span { border-color: rgb(17,44,21); }

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