#112E15

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

Shades of Black Bean #112E15

Tints of Black Bean #112E15

Color information

#112E15 (or 0x112E15) is unknown color: approx Black Bean. HEX triplet: 11, 2E and 15. RGB value is (17,46,21). Sum of RGB (Red+Green+Blue) = 17+46+21=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #112E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112E15 is #EED1EA. Grayscale: #222222. Windows color (decimal): -15651307 or 1388049. OLE color: 1388049.

HSL color Cylindrical-coordinate representation of color #112E15: hue angle of 128.28º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E15 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB174621-
CMYK0.6300.540.82
HSL128.28º46.03%12.35%-
HSV(B)128.28º63.04%18.04%-
XYZ1.342.131.05-
YUV34.48120.39115.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 46 (18.36% from 255) = 54.76%
BLUE value IS 21 (8.59% from 255) = 25%
R=20.24%
G=54.76%
B=25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1746210.6300.540.82128.2846.0312.35
Hex112E153F03652802ec
Octal215625770661222005614
Binary100011011101010111111101101101010010100000001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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