#11192B

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

Shades of Black Russian #11192B

Tints of Black Russian #11192B

Color information

#11192B (or 0x11192B) is unknown color: approx Black Russian. HEX triplet: 11, 19 and 2B. RGB value is (17,25,43). Sum of RGB (Red+Green+Blue) = 17+25+43=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #11192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11192B is #EEE6D4. Grayscale: #181818. Windows color (decimal): -15656661 or 2824465. OLE color: 2824465.

HSL color Cylindrical-coordinate representation of color #11192B: hue angle of 221.54º 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 #11192B is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB172543-
CMYK0.600.4200.83
HSL221.54º43.33%11.76%-
HSV(B)221.54º60.47%16.86%-
XYZ1.010.992.42-
YUV24.66138.35122.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=20%
G=29.41%
B=50.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1725430.600.4200.83221.5443.3311.76
Hex11192B3C2A053de2bc
Octal213153745201233365314
Binary100011100110101111110010101001010011110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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