#112714

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

Shades of Black Bean #112714

Tints of Black Bean #112714

Color information

#112714 (or 0x112714) is unknown color: approx Black Bean. HEX triplet: 11, 27 and 14. RGB value is (17,39,20). Sum of RGB (Red+Green+Blue) = 17+39+20=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #112714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112714 is #EED8EB. Grayscale: #1E1E1E. Windows color (decimal): -15653100 or 1320721. OLE color: 1320721.

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

Color convert

RGB173920-
CMYK0.5600.490.85
HSL128.18º39.29%10.98%-
HSV(B)128.18º56.41%15.29%-
XYZ1.081.620.92-
YUV30.26122.21118.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=22.37%
G=51.32%
B=26.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739200.5600.490.85128.1839.2910.98
Hex11271438031558027b
Octal214724700611252004713
Binary100011001111010011100001100011010101100000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112714; }

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

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

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

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

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

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

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

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