#101510

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

Shades of Black Bean #101510

Tints of Black Bean #101510

Color information

#101510 (or 0x101510) is unknown color: approx Black Bean. HEX triplet: 10, 15 and 10. RGB value is (16,21,16). Sum of RGB (Red+Green+Blue) = 16+21+16=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #101510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101510 is #EFEAEF. Grayscale: #121212. Windows color (decimal): -15723248 or 1053968. OLE color: 1053968.

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

Color convert

RGB162116-
CMYK0.2400.240.92
HSL120º13.51%7.25%-
HSV(B)120º23.81%8.24%-
XYZ0.580.680.59-
YUV18.94126.34125.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=30.19%
G=39.62%
B=30.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1621160.2400.240.9212013.517.25
Hex101510180185C78e7
Octal20252030030134170167
Binary10000101011000011000011000101110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101510; }

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

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

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

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

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

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

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

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