#111116

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

Shades of Black Russian #111116

Tints of Black Russian #111116

Color information

#111116 (or 0x111116) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 16. RGB value is (17,17,22). Sum of RGB (Red+Green+Blue) = 17+17+22=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #111116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111116 is #EEEEE9. Grayscale: #111111. Windows color (decimal): -15658730 or 1446161. OLE color: 1446161.

HSL color Cylindrical-coordinate representation of color #111116: hue angle of 240º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #111116 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB171722-
CMYK0.230.2300.91
HSL240º12.82%7.65%-
HSV(B)240º22.73%8.63%-
XYZ0.580.580.84-
YUV17.57130.5127.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=30.36%
G=30.36%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1717220.230.2300.9124012.827.65
Hex111116171705Bf0d8
Octal212126272701333601510
Binary1000110001101101011110111010110111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111116; }

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

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

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

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

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

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

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

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