#111424

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

Shades of Black Russian #111424

Tints of Black Russian #111424

Color information

#111424 (or 0x111424) is unknown color: approx Black Russian. HEX triplet: 11, 14 and 24. RGB value is (17,20,36). Sum of RGB (Red+Green+Blue) = 17+20+36=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #111424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111424 is #EEEBDB. Grayscale: #141414. Windows color (decimal): -15657948 or 2364433. OLE color: 2364433.

HSL color Cylindrical-coordinate representation of color #111424: hue angle of 230.53º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #111424 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB172036-
CMYK0.530.4400.86
HSL230.53º35.85%10.39%-
HSV(B)230.53º52.78%14.12%-
XYZ0.80.751.77-
YUV20.93136.51125.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=23.29%
G=27.40%
B=49.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1720360.530.4400.86230.5335.8510.39
Hex111424352C056e724a
Octal212444655401263474412
Binary100011010010010011010110110001010110111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111424; }

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

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

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

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

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

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

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

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