#11122D

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

Shades of Black Russian #11122D

Tints of Black Russian #11122D

Color information

#11122D (or 0x11122D) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 2D. RGB value is (17,18,45). Sum of RGB (Red+Green+Blue) = 17+18+45=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #11122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11122D is #EEEDD2. Grayscale: #141414. Windows color (decimal): -15658451 or 2953745. OLE color: 2953745.

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

Color convert

RGB171845-
CMYK0.620.600.82
HSL237.86º45.16%12.16%-
HSV(B)237.86º62.22%17.65%-
XYZ0.920.742.58-
YUV20.78141.67125.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=21.25%
G=22.5%
B=56.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1718450.620.600.82237.8645.1612.16
Hex11122D3E3C052ee2dc
Octal212255767401223565514
Binary100011001010110111111011110001010010111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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