#131614

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

Shades of Black Bean #131614

Tints of Black Bean #131614

Color information

#131614 (or 0x131614) is unknown color: approx Black Bean. HEX triplet: 13, 16 and 14. RGB value is (19,22,20). Sum of RGB (Red+Green+Blue) = 19+22+20=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 22 - color contains mainly: green. Hex color #131614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131614 is #ECE9EB. Grayscale: #141414. Windows color (decimal): -15526380 or 1316371. OLE color: 1316371.

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

Color convert

RGB192220-
CMYK0.1400.090.91
HSL140º7.32%8.04%-
HSV(B)140º13.64%8.63%-
XYZ0.680.760.77-
YUV20.88127.51126.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 22 (8.98% from 255) = 36.07%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=31.15%
G=36.07%
B=32.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922200.1400.090.911407.328.04
Hex131614E095B8c78
Octal23262416011133214710
Binary1001110110101001110010011011011100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131614; }

 p { color: rgb(19,22,20); }

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

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

 a { background-color: rgb(19,22,20); }

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

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

 span { border-color: rgb(19,22,20); }

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