#111220

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

Shades of Black Russian #111220

Tints of Black Russian #111220

Color information

#111220 (or 0x111220) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 20. RGB value is (17,18,32). Sum of RGB (Red+Green+Blue) = 17+18+32=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #111220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111220 is #EEEDDF. Grayscale: #131313. Windows color (decimal): -15658464 or 2101777. OLE color: 2101777.

HSL color Cylindrical-coordinate representation of color #111220: hue angle of 236º 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 #111220 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB171832-
CMYK0.470.4400.87
HSL236º30.61%9.61%-
HSV(B)236º46.88%12.55%-
XYZ0.710.661.46-
YUV19.3135.17126.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 32 (12.89% from 255) = 47.76%
R=25.37%
G=26.87%
B=47.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1718320.470.4400.8723630.619.61
Hex1112202F2C057ec1fa
Octal212240575401273543712
Binary10001100101000001011111011000101011111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111220; }

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

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

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

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

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

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

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

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