#101910

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

Shades of Black Bean #101910

Tints of Black Bean #101910

Color information

#101910 (or 0x101910) is unknown color: approx Black Bean. HEX triplet: 10, 19 and 10. RGB value is (16,25,16). Sum of RGB (Red+Green+Blue) = 16+25+16=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #101910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101910 is #EFE6EF. Grayscale: #151515. Windows color (decimal): -15722224 or 1054992. OLE color: 1054992.

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

Color convert

RGB162516-
CMYK0.3600.360.90
HSL120º21.95%8.04%-
HSV(B)120º36%9.8%-
XYZ0.650.840.62-
YUV21.28125.02124.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=28.07%
G=43.86%
B=28.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1625160.3600.360.9012021.958.04
Hex101910240245A78168
Octal203120440441321702610
Binary100001100110000100100010010010110101111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101910; }

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

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

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

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

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

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

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

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