#111012

Color #111012 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #111012

Tints of Blackcurrant #111012

Color information

#111012 (or 0x111012) is unknown color: approx Blackcurrant. HEX triplet: 11, 10 and 12. RGB value is (17,16,18). Sum of RGB (Red+Green+Blue) = 17+16+18=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 18 - color contains mainly: blue. Hex color #111012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111012 is #EEEFED. Grayscale: #101010. Windows color (decimal): -15658990 or 1183761. OLE color: 1183761.

HSL color Cylindrical-coordinate representation of color #111012: hue angle of 270º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #111012 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB171618-
CMYK0.060.1100.93
HSL270º5.88%6.67%-
HSV(B)270º11.11%7.06%-
XYZ0.530.530.65-
YUV16.53128.83128.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=33.33%
G=31.37%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716180.060.1100.932705.886.67
Hex1110126B05D10e67
Octal212022613013541667
Binary100011000010010110101101011101100001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111012; }

 p { color: rgb(17,16,18); }

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

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

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

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

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

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

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