#111620

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

Shades of Black Russian #111620

Tints of Black Russian #111620

Color information

#111620 (or 0x111620) is unknown color: approx Black Russian. HEX triplet: 11, 16 and 20. RGB value is (17,22,32). Sum of RGB (Red+Green+Blue) = 17+22+32=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 32 - color contains mainly: blue. Hex color #111620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111620 is #EEE9DF. Grayscale: #151515. Windows color (decimal): -15657440 or 2102801. OLE color: 2102801.

HSL color Cylindrical-coordinate representation of color #111620: hue angle of 220º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #111620 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB172232-
CMYK0.470.3100.87
HSL220º30.61%9.61%-
HSV(B)220º46.88%12.55%-
XYZ0.780.81.48-
YUV21.64133.84124.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 32 (12.89% from 255) = 45.07%
R=23.94%
G=30.99%
B=45.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1722320.470.3100.8722030.619.61
Hex1116202F1F057dc1fa
Octal212640573701273343712
Binary1000110110100000101111111110101011111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111620; }

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

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

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

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

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

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

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

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