#151916

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

Shades of Black Bean #151916

Tints of Black Bean #151916

Color information

#151916 (or 0x151916) is unknown color: approx Black Bean. HEX triplet: 15, 19 and 16. RGB value is (21,25,22). Sum of RGB (Red+Green+Blue) = 21+25+22=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 25 - color contains mainly: green. Hex color #151916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151916 is #EAE6E9. Grayscale: #171717. Windows color (decimal): -15394538 or 1448213. OLE color: 1448213.

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

Color convert

RGB212522-
CMYK0.1600.120.90
HSL135º8.7%9.02%-
HSV(B)135º16%9.8%-
XYZ0.80.910.89-
YUV23.46127.17126.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.88%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=30.88%
G=36.76%
B=32.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2125220.1600.120.901358.79.02
Hex151916100C5A8799
Octal253126200141322071111
Binary101011100110110100000110010110101000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151916; }

 p { color: rgb(21,25,22); }

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

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

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

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

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

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

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