#11111B

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

Shades of Black Russian #11111B

Tints of Black Russian #11111B

Color information

#11111B (or 0x11111B) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 1B. RGB value is (17,17,27). Sum of RGB (Red+Green+Blue) = 17+17+27=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #11111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11111B is #EEEEE4. Grayscale: #121212. Windows color (decimal): -15658725 or 1773841. OLE color: 1773841.

HSL color Cylindrical-coordinate representation of color #11111B: hue angle of 240º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11111B is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB171727-
CMYK0.370.3700.89
HSL240º22.73%8.63%-
HSV(B)240º37.04%10.59%-
XYZ0.630.61.12-
YUV18.14133127.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=27.87%
G=27.87%
B=44.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1717270.370.3700.8924022.738.63
Hex11111B2525059f0179
Octal212133454501313602711
Binary1000110001110111001011001010101100111110000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,17,27); }

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

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

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

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

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

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

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