#111420

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

Shades of Black Russian #111420

Tints of Black Russian #111420

Color information

#111420 (or 0x111420) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 20. RGB value is (17,20,32). Sum of RGB (Red+Green+Blue) = 17+20+32=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #111420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111420 is #EEEBDF. Grayscale: #141414. Windows color (decimal): -15657952 or 2102289. OLE color: 2102289.

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

Color convert

RGB172032-
CMYK0.470.3700.87
HSL228º30.61%9.61%-
HSV(B)228º46.88%12.55%-
XYZ0.740.721.47-
YUV20.47134.51125.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=24.64%
G=28.99%
B=46.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1720320.470.3700.8722830.619.61
Hex1114202F25057e41fa
Octal212440574501273443712
Binary10001101001000001011111001010101011111100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111420; }

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

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

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

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

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

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

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

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