#101110

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

Shades of Black Bean #101110

Tints of Black Bean #101110

Color information

#101110 (or 0x101110) is unknown color: approx Black Bean. HEX triplet: 10, 11 and 10. RGB value is (16,17,16). Sum of RGB (Red+Green+Blue) = 16+17+16=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 17 - color contains mainly: green. Hex color #101110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101110 is #EFEEEF. Grayscale: #101010. Windows color (decimal): -15724272 or 1052944. OLE color: 1052944.

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

Color convert

RGB161716-
CMYK0.0600.060.93
HSL120º3.03%6.47%-
HSV(B)120º5.88%6.67%-
XYZ0.510.550.57-
YUV16.59127.67127.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=32.65%
G=34.69%
B=32.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1617160.0600.060.931203.036.47
Hex1011106065D7836
Octal20212060613517036
Binary10000100011000011001101011101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101110; }

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

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

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

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

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

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

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

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