#101311

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

Shades of Black Bean #101311

Tints of Black Bean #101311

Color information

#101311 (or 0x101311) is unknown color: approx Black Bean. HEX triplet: 10, 13 and 11. RGB value is (16,19,17). Sum of RGB (Red+Green+Blue) = 16+19+17=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 19 - color contains mainly: green. Hex color #101311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101311 is #EFECEE. Grayscale: #111111. Windows color (decimal): -15723759 or 1118992. OLE color: 1118992.

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

Color convert

RGB161917-
CMYK0.1600.110.93
HSL140º8.57%6.86%-
HSV(B)140º15.79%7.45%-
XYZ0.550.620.62-
YUV17.87127.51126.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=30.77%
G=36.54%
B=32.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619170.1600.110.931408.576.86
Hex101311100B5D8c97
Octal20232120013135214117
Binary10000100111000110000010111011101100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101311; }

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

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

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

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

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

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

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

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