#101411

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

Shades of Black Bean #101411

Tints of Black Bean #101411

Color information

#101411 (or 0x101411) is unknown color: approx Black Bean. HEX triplet: 10, 14 and 11. RGB value is (16,20,17). Sum of RGB (Red+Green+Blue) = 16+20+17=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #101411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101411 is #EFEBEE. Grayscale: #121212. Windows color (decimal): -15723503 or 1119248. OLE color: 1119248.

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

Color convert

RGB162017-
CMYK0.2000.150.92
HSL135º11.11%7.06%-
HSV(B)135º20%7.84%-
XYZ0.570.650.63-
YUV18.46127.17126.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=30.19%
G=37.74%
B=32.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1620170.2000.150.9213511.117.06
Hex101411140F5C87b7
Octal20242124017134207137
Binary10000101001000110100011111011100100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101411; }

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

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

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

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

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

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

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

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