#112514

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

Shades of Black Bean #112514

Tints of Black Bean #112514

Color information

#112514 (or 0x112514) is unknown color: approx Black Bean. HEX triplet: 11, 25 and 14. RGB value is (17,37,20). Sum of RGB (Red+Green+Blue) = 17+37+20=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #112514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112514 is #EEDAEB. Grayscale: #1D1D1D. Windows color (decimal): -15653612 or 1320209. OLE color: 1320209.

HSL color Cylindrical-coordinate representation of color #112514: hue angle of 129º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112514 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB173720-
CMYK0.5400.460.85
HSL129º37.04%10.59%-
HSV(B)129º54.05%14.51%-
XYZ1.021.490.9-
YUV29.08122.87119.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=22.97%
G=50%
B=27.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737200.5400.460.8512937.0410.59
Hex1125143602E558125b
Octal214524660561252014513
Binary100011001011010011011001011101010101100000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112514; }

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

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

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

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

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

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

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

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