#111326

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

Shades of Black Russian #111326

Tints of Black Russian #111326

Color information

#111326 (or 0x111326) is unknown color: approx Black Russian. HEX triplet: 11, 13 and 26. RGB value is (17,19,38). Sum of RGB (Red+Green+Blue) = 17+19+38=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #111326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111326 is #EEECD9. Grayscale: #141414. Windows color (decimal): -15658202 or 2495249. OLE color: 2495249.

HSL color Cylindrical-coordinate representation of color #111326: hue angle of 234.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111326 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB171938-
CMYK0.550.5000.85
HSL234.29º38.18%10.78%-
HSV(B)234.29º55.26%14.9%-
XYZ0.810.721.93-
YUV20.57137.84125.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 38 (15.23% from 255) = 51.35%
R=22.97%
G=25.68%
B=51.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1719380.550.5000.85234.2938.1810.78
Hex1113263732055ea26b
Octal212346676201253524613
Binary100011001110011011011111001001010101111010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111326; }

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

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

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

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

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

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

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

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