#111026

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

Shades of Black Russian #111026

Tints of Black Russian #111026

Color information

#111026 (or 0x111026) is unknown color: approx Black Russian. HEX triplet: 11, 10 and 26. RGB value is (17,16,38). Sum of RGB (Red+Green+Blue) = 17+16+38=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #111026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111026 is #EEEFD9. Grayscale: #121212. Windows color (decimal): -15658970 or 2494481. OLE color: 2494481.

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

Color convert

RGB171638-
CMYK0.550.5800.85
HSL242.73º40.74%10.59%-
HSV(B)242.73º57.89%14.9%-
XYZ0.770.631.91-
YUV18.81138.83126.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 38 (15.23% from 255) = 53.52%
R=23.94%
G=22.54%
B=53.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1716380.550.5800.85242.7340.7410.59
Hex111026373A055f329b
Octal212046677201253635113
Binary100011000010011011011111101001010101111100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111026; }

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

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

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

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

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

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

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

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