#131914

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

Shades of Black Bean #131914

Tints of Black Bean #131914

Color information

#131914 (or 0x131914) is unknown color: approx Black Bean. HEX triplet: 13, 19 and 14. RGB value is (19,25,20). Sum of RGB (Red+Green+Blue) = 19+25+20=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #131914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131914 is #ECE6EB. Grayscale: #161616. Windows color (decimal): -15525612 or 1317139. OLE color: 1317139.

HSL color Cylindrical-coordinate representation of color #131914: hue angle of 130º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131914 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB192520-
CMYK0.2400.200.90
HSL130º13.64%8.63%-
HSV(B)130º24%9.8%-
XYZ0.740.880.79-
YUV22.64126.51125.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=29.69%
G=39.06%
B=31.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925200.2400.200.9013013.648.63
Hex131914180145A82e9
Octal233124300241322021611
Binary1001111001101001100001010010110101000001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131914; }

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

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

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

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

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

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

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

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