#11122E

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

Shades of Black Russian #11122E

Tints of Black Russian #11122E

Color information

#11122E (or 0x11122E) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 2E. RGB value is (17,18,46). Sum of RGB (Red+Green+Blue) = 17+18+46=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #11122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11122E is #EEEDD1. Grayscale: #141414. Windows color (decimal): -15658450 or 3019281. OLE color: 3019281.

HSL color Cylindrical-coordinate representation of color #11122E: hue angle of 237.93º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11122E is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB171846-
CMYK0.630.6100.82
HSL237.93º46.03%12.35%-
HSV(B)237.93º63.04%18.04%-
XYZ0.940.752.68-
YUV20.89142.17125.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 56.79%
R=20.99%
G=22.22%
B=56.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1718460.630.6100.82237.9346.0312.35
Hex11122E3F3D052ee2ec
Octal212256777501223565614
Binary100011001010111011111111110101010010111011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11122E; }

 p { color: rgb(17,18,46); }

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

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

 a { background-color: rgb(17,18,46); }

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

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

 span { border-color: rgb(17,18,46); }

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