#101612

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

Shades of Black Bean #101612

Tints of Black Bean #101612

Color information

#101612 (or 0x101612) is unknown color: approx Black Bean. HEX triplet: 10, 16 and 12. RGB value is (16,22,18). Sum of RGB (Red+Green+Blue) = 16+22+18=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 22 - color contains mainly: green. Hex color #101612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101612 is #EFE9ED. Grayscale: #131313. Windows color (decimal): -15722990 or 1185296. OLE color: 1185296.

HSL color Cylindrical-coordinate representation of color #101612: hue angle of 140º 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 #101612 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB162218-
CMYK0.2700.180.91
HSL140º15.79%7.45%-
HSV(B)140º27.27%8.63%-
XYZ0.610.730.68-
YUV19.75127.01125.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=28.57%
G=39.29%
B=32.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1622180.2700.180.9114015.797.45
Hex1016121B0125B8c107
Octal20262233022133214207
Binary1000010110100101101101001010110111000110010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101612; }

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

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

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

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

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

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

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

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