#111114

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

Shades of Black Russian #111114

Tints of Black Russian #111114

Color information

#111114 (or 0x111114) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 14. RGB value is (17,17,20). Sum of RGB (Red+Green+Blue) = 17+17+20=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: blue. Hex color #111114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111114 is #EEEEEB. Grayscale: #111111. Windows color (decimal): -15658732 or 1315089. OLE color: 1315089.

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

Color convert

RGB171720-
CMYK0.150.1500.92
HSL240º8.11%7.25%-
HSV(B)240º15%7.84%-
XYZ0.560.570.74-
YUV17.34129.5127.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=31.48%
G=31.48%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1717200.150.1500.922408.117.25
Hex111114FF05Cf087
Octal21212417170134360107
Binary1000110001101001111111101011100111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111114; }

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

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

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

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

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

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

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

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