#151816

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

Shades of Black Bean #151816

Tints of Black Bean #151816

Color information

#151816 (or 0x151816) is unknown color: approx Black Bean. HEX triplet: 15, 18 and 16. RGB value is (21,24,22). Sum of RGB (Red+Green+Blue) = 21+24+22=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 24 - color contains mainly: green. Hex color #151816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151816 is #EAE7E9. Grayscale: #161616. Windows color (decimal): -15394794 or 1447957. OLE color: 1447957.

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

Color convert

RGB212422-
CMYK0.1300.080.91
HSL140º6.67%8.82%-
HSV(B)140º12.5%9.41%-
XYZ0.780.870.89-
YUV22.87127.51126.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=31.34%
G=35.82%
B=32.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2124220.1300.080.911406.678.82
Hex151816D085B8c79
Octal25302615010133214711
Binary1010111000101101101010001011011100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151816; }

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

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

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

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

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

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

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

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