#101911

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

Shades of Black Bean #101911

Tints of Black Bean #101911

Color information

#101911 (or 0x101911) is unknown color: approx Black Bean. HEX triplet: 10, 19 and 11. RGB value is (16,25,17). Sum of RGB (Red+Green+Blue) = 16+25+17=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #101911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101911 is #EFE6EE. Grayscale: #151515. Windows color (decimal): -15722223 or 1120528. OLE color: 1120528.

HSL color Cylindrical-coordinate representation of color #101911: hue angle of 126.67º 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 #101911 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB162517-
CMYK0.3600.320.90
HSL126.67º21.95%8.04%-
HSV(B)126.67º36%9.8%-
XYZ0.660.850.66-
YUV21.4125.52124.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 25 (10.16% from 255) = 43.10%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=27.59%
G=43.10%
B=29.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1625170.3600.320.90126.6721.958.04
Hex101911240205A7f168
Octal203121440401321772610
Binary100001100110001100100010000010110101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101911; }

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

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

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

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

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

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

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

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