#101116

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

Shades of Black Russian #101116

Tints of Black Russian #101116

Color information

#101116 (or 0x101116) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 16. RGB value is (16,17,22). Sum of RGB (Red+Green+Blue) = 16+17+22=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #101116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101116 is #EFEEE9. Grayscale: #111111. Windows color (decimal): -15724266 or 1446160. OLE color: 1446160.

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

Color convert

RGB161722-
CMYK0.270.2300.91
HSL230º15.79%7.45%-
HSV(B)230º27.27%8.63%-
XYZ0.560.570.84-
YUV17.27130.67127.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 22 (8.98% from 255) = 40%
R=29.09%
G=30.91%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1617220.270.2300.9123015.797.45
Hex1011161B1705Be6107
Octal20212633270133346207
Binary1000010001101101101110111010110111110011010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101116; }

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

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

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

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

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

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

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

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