#121116

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

Shades of Black Russian #121116

Tints of Black Russian #121116

Color information

#121116 (or 0x121116) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 16. RGB value is (18,17,22). Sum of RGB (Red+Green+Blue) = 18+17+22=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 22 - color contains mainly: blue. Hex color #121116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121116 is #EDEEE9. Grayscale: #111111. Windows color (decimal): -15593194 or 1446162. OLE color: 1446162.

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

Color convert

RGB181722-
CMYK0.180.2300.91
HSL252º12.82%7.65%-
HSV(B)252º22.73%8.63%-
XYZ0.590.590.84-
YUV17.87130.33128.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=31.58%
G=29.82%
B=38.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1817220.180.2300.9125212.827.65
Hex121116121705Bfcd8
Octal222126222701333741510
Binary1001010001101101001010111010110111111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121116; }

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

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

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

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

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

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

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

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