#111322

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

Shades of Black Russian #111322

Tints of Black Russian #111322

Color information

#111322 (or 0x111322) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 22. RGB value is (17,19,34). Sum of RGB (Red+Green+Blue) = 17+19+34=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 34 (13.67% from 255 or 48.57% from 70); Max value from RGB is 34 - color contains mainly: blue. Hex color #111322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111322 is #EEECDD. Grayscale: #141414. Windows color (decimal): -15658206 or 2233105. OLE color: 2233105.

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

Color convert

RGB171934-
CMYK0.500.4400.87
HSL232.94º33.33%10%-
HSV(B)232.94º50%13.33%-
XYZ0.750.71.61-
YUV20.11135.84125.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.29%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 34 (13.67% from 255) = 48.57%
R=24.29%
G=27.14%
B=48.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1719340.500.4400.87232.9433.3310
Hex111322322C057e921a
Octal212342625401273514112
Binary100011001110001011001010110001010111111010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111322; }

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

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

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

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

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

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

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

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