#111713

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

Shades of Black Bean #111713

Tints of Black Bean #111713

Color information

#111713 (or 0x111713) is unknown color: approx Black Bean. HEX triplet: 11, 17 and 13. RGB value is (17,23,19). Sum of RGB (Red+Green+Blue) = 17+23+19=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #111713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111713 is #EEE8EC. Grayscale: #141414. Windows color (decimal): -15657197 or 1251089. OLE color: 1251089.

HSL color Cylindrical-coordinate representation of color #111713: hue angle of 140º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #111713 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB172319-
CMYK0.2600.170.91
HSL140º15%7.84%-
HSV(B)140º26.09%9.02%-
XYZ0.660.780.73-
YUV20.75127.01125.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 23 (9.38% from 255) = 38.98%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=28.81%
G=38.98%
B=32.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1723190.2600.170.91140157.84
Hex1117131A0115B8cf8
Octal212723320211332141710
Binary1000110111100111101001000110110111000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111713; }

 p { color: rgb(17,23,19); }

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

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

 a { background-color: rgb(17,23,19); }

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

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

 span { border-color: rgb(17,23,19); }

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