#131713

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

Shades of Black Bean #131713

Tints of Black Bean #131713

Color information

#131713 (or 0x131713) is unknown color: approx Black Bean. HEX triplet: 13, 17 and 13. RGB value is (19,23,19). Sum of RGB (Red+Green+Blue) = 19+23+19=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 23 - color contains mainly: green. Hex color #131713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131713 is #ECE8EC. Grayscale: #151515. Windows color (decimal): -15526125 or 1251091. OLE color: 1251091.

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

Color convert

RGB192319-
CMYK0.1700.170.91
HSL120º9.52%8.24%-
HSV(B)120º17.39%9.02%-
XYZ0.690.80.73-
YUV21.35126.67126.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=31.15%
G=37.70%
B=31.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923190.1700.170.911209.528.24
Hex131713110115B78a8
Octal232723210211331701210
Binary100111011110011100010100011011011111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131713; }

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

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

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

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

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

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

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

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