#11111D

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

Shades of Black Russian #11111D

Tints of Black Russian #11111D

Color information

#11111D (or 0x11111D) is unknown color: approx Black Russian. HEX triplet: 11, 11 and 1D. RGB value is (17,17,29). Sum of RGB (Red+Green+Blue) = 17+17+29=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #11111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11111D is #EEEEE2. Grayscale: #121212. Windows color (decimal): -15658723 or 1904913. OLE color: 1904913.

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

Color convert

RGB171729-
CMYK0.410.4100.89
HSL240º26.09%9.02%-
HSV(B)240º41.38%11.37%-
XYZ0.650.611.25-
YUV18.37134127.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=26.98%
G=26.98%
B=46.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1717290.410.4100.8924026.099.02
Hex11111D2929059f01a9
Octal212135515101313603211
Binary1000110001111011010011010010101100111110000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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