#11162B

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

Shades of Black Russian #11162B

Tints of Black Russian #11162B

Color information

#11162B (or 0x11162B) is unknown color: approx Black Russian. HEX triplet: 11, 16 and 2B. RGB value is (17,22,43). Sum of RGB (Red+Green+Blue) = 17+22+43=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #11162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11162B is #EEE9D4. Grayscale: #161616. Windows color (decimal): -15657429 or 2823697. OLE color: 2823697.

HSL color Cylindrical-coordinate representation of color #11162B: hue angle of 228.46º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11162B is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB172243-
CMYK0.600.4900.83
HSL228.46º43.33%11.76%-
HSV(B)228.46º60.47%16.86%-
XYZ0.950.872.4-
YUV22.9139.34123.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 43 (17.19% from 255) = 52.44%
R=20.73%
G=26.83%
B=52.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1722430.600.4900.83228.4643.3311.76
Hex11162B3C31053e42bc
Octal212653746101233445314
Binary100011011010101111110011000101010011111001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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