#11162D

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

Shades of Black Russian #11162D

Tints of Black Russian #11162D

Color information

#11162D (or 0x11162D) is unknown color: approx Black Russian. HEX triplet: 11, 16 and 2D. RGB value is (17,22,45). Sum of RGB (Red+Green+Blue) = 17+22+45=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #11162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11162D is #EEE9D2. Grayscale: #171717. Windows color (decimal): -15657427 or 2954769. OLE color: 2954769.

HSL color Cylindrical-coordinate representation of color #11162D: hue angle of 229.29º 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 #11162D is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB172245-
CMYK0.620.5100.82
HSL229.29º45.16%12.16%-
HSV(B)229.29º62.22%17.65%-
XYZ0.990.882.6-
YUV23.13140.34123.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=20.24%
G=26.19%
B=53.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1722450.620.5100.82229.2945.1612.16
Hex11162D3E33052e52dc
Octal212655766301223455514
Binary100011011010110111111011001101010010111001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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