#111317

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

Shades of Black Russian #111317

Tints of Black Russian #111317

Color information

#111317 (or 0x111317) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 17. RGB value is (17,19,23). Sum of RGB (Red+Green+Blue) = 17+19+23=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #111317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111317 is #EEECE8. Grayscale: #121212. Windows color (decimal): -15658217 or 1512209. OLE color: 1512209.

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

Color convert

RGB171923-
CMYK0.260.1700.91
HSL220º15%7.84%-
HSV(B)220º26.09%9.02%-
XYZ0.620.650.9-
YUV18.86130.34126.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=28.81%
G=32.20%
B=38.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1719230.260.1700.91220157.84
Hex1113171A1105Bdcf8
Octal212327322101333341710
Binary1000110011101111101010001010110111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111317; }

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

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

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

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

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

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

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

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