#111020

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

Shades of Black Russian #111020

Tints of Black Russian #111020

Color information

#111020 (or 0x111020) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 20. RGB value is (17,16,32). Sum of RGB (Red+Green+Blue) = 17+16+32=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #111020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111020 is #EEEFDF. Grayscale: #121212. Windows color (decimal): -15658976 or 2101265. OLE color: 2101265.

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

Color convert

RGB171632-
CMYK0.470.500.87
HSL243.75º33.33%9.41%-
HSV(B)243.75º50%12.55%-
XYZ0.680.591.45-
YUV18.12135.83127.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 16 (6.64% from 255) = 24.62%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=26.15%
G=24.62%
B=49.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1716320.470.500.87243.7533.339.41
Hex1110202F32057f4219
Octal212040576201273644111
Binary100011000010000010111111001001010111111101001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111020; }

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

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

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

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

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

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

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

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