#111218

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

Shades of Black Russian #111218

Tints of Black Russian #111218

Color information

#111218 (or 0x111218) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 18. RGB value is (17,18,24). Sum of RGB (Red+Green+Blue) = 17+18+24=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #111218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111218 is #EEEDE7. Grayscale: #121212. Windows color (decimal): -15658472 or 1577489. OLE color: 1577489.

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

Color convert

RGB171824-
CMYK0.290.2500.91
HSL231.43º17.07%8.04%-
HSV(B)231.43º29.17%9.41%-
XYZ0.610.620.95-
YUV18.38131.17127.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=28.81%
G=30.51%
B=40.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1718240.290.2500.91231.4317.078.04
Hex1112181D1905Be7118
Octal212230353101333472110
Binary10001100101100011101110010101101111100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111218; }

 p { color: rgb(17,18,24); }

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

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

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

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

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

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

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