#101610

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

Shades of Black Bean #101610

Tints of Black Bean #101610

Color information

#101610 (or 0x101610) is unknown color: approx Black Bean. HEX triplet: 10, 16 and 10. RGB value is (16,22,16). Sum of RGB (Red+Green+Blue) = 16+22+16=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #101610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101610 is #EFE9EF. Grayscale: #131313. Windows color (decimal): -15722992 or 1054224. OLE color: 1054224.

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

Color convert

RGB162216-
CMYK0.2700.270.91
HSL120º15.79%7.45%-
HSV(B)120º27.27%8.63%-
XYZ0.590.720.6-
YUV19.52126.01125.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.63%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=29.63%
G=40.74%
B=29.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1622160.2700.270.9112015.797.45
Hex1016101B01B5B78107
Octal20262033033133170207
Binary100001011010000110110110111011011111100010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101610; }

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

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

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

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

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

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

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

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