#111324

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

Shades of Black Russian #111324

Tints of Black Russian #111324

Color information

#111324 (or 0x111324) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 24. RGB value is (17,19,36). Sum of RGB (Red+Green+Blue) = 17+19+36=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #111324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111324 is #EEECDB. Grayscale: #141414. Windows color (decimal): -15658204 or 2364177. OLE color: 2364177.

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

Color convert

RGB171936-
CMYK0.530.4700.86
HSL233.68º35.85%10.39%-
HSV(B)233.68º52.78%14.12%-
XYZ0.780.711.77-
YUV20.34136.84125.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 36 (14.45% from 255) = 50%
R=23.61%
G=26.39%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1719360.530.4700.86233.6835.8510.39
Hex111324352F056ea24a
Octal212344655701263524412
Binary100011001110010011010110111101010110111010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111324; }

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

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

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

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

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

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

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

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