#131B15

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

Shades of Black Bean #131B15

Tints of Black Bean #131B15

Color information

#131B15 (or 0x131B15) is unknown color: approx Black Bean. HEX triplet: 13, 1B and 15. RGB value is (19,27,21). Sum of RGB (Red+Green+Blue) = 19+27+21=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 27 - color contains mainly: green. Hex color #131B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B15 is #ECE4EA. Grayscale: #171717. Windows color (decimal): -15525099 or 1383187. OLE color: 1383187.

HSL color Cylindrical-coordinate representation of color #131B15: hue angle of 135º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B15 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB192721-
CMYK0.3000.220.89
HSL135º17.39%9.02%-
HSV(B)135º29.63%10.59%-
XYZ0.80.980.86-
YUV23.92126.35124.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 27 (10.94% from 255) = 40.30%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=28.36%
G=40.30%
B=31.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927210.3000.220.8913517.399.02
Hex131B151E0165987119
Octal233325360261312072111
Binary10011110111010111110010110101100110000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131B15; }

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

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

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

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

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

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

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

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