#131913

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

Shades of Black Bean #131913

Tints of Black Bean #131913

Color information

#131913 (or 0x131913) is unknown color: approx Black Bean. HEX triplet: 13, 19 and 13. RGB value is (19,25,19). Sum of RGB (Red+Green+Blue) = 19+25+19=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 25 - color contains mainly: green. Hex color #131913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131913 is #ECE6EC. Grayscale: #161616. Windows color (decimal): -15525613 or 1251603. OLE color: 1251603.

HSL color Cylindrical-coordinate representation of color #131913: hue angle of 120º 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 #131913 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB192519-
CMYK0.2400.240.90
HSL120º13.64%8.63%-
HSV(B)120º24%9.8%-
XYZ0.730.880.75-
YUV22.52126.01125.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=30.16%
G=39.68%
B=30.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925190.2400.240.9012013.648.63
Hex131913180185A78e9
Octal233123300301321701611
Binary100111100110011110000110001011010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131913; }

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

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

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

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

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

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

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

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