#131513

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

Shades of Black Bean #131513

Tints of Black Bean #131513

Color information

#131513 (or 0x131513) is unknown color: approx Black Bean. HEX triplet: 13, 15 and 13. RGB value is (19,21,19). Sum of RGB (Red+Green+Blue) = 19+21+19=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 21 - color contains mainly: green. Hex color #131513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131513 is #ECEAEC. Grayscale: #141414. Windows color (decimal): -15526637 or 1250579. OLE color: 1250579.

HSL color Cylindrical-coordinate representation of color #131513: hue angle of 120º degrees, saturation: 0.05, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #131513 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB192119-
CMYK0.1000.100.92
HSL120º5%7.84%-
HSV(B)120º9.52%8.24%-
XYZ0.650.720.72-
YUV20.17127.34127.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=32.20%
G=35.59%
B=32.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1921190.1000.100.9212057.84
Hex131513A0A5C7858
Octal23252312012134170510
Binary100111010110011101001010101110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131513; }

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

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

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

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

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

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

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

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