#110616

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

Shades of Blackcurrant #110616

Tints of Blackcurrant #110616

Color information

#110616 (or 0x110616) is unknown color: approx Blackcurrant. HEX triplet: 11, 06 and 16. RGB value is (17,6,22). Sum of RGB (Red+Green+Blue) = 17+6+22=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #110616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110616 is #EEF9E9. Grayscale: #0B0B0B. Windows color (decimal): -15661546 or 1443345. OLE color: 1443345.

HSL color Cylindrical-coordinate representation of color #110616: hue angle of 281.25º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110616 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB17622-
CMYK0.230.7300.91
HSL281.25º57.14%5.49%-
HSV(B)281.25º72.73%8.63%-
XYZ0.440.310.8-
YUV11.11134.14132.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 6 (2.73% from 255) = 13.33%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=37.78%
G=13.33%
B=48.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal176220.230.7300.91281.2557.145.49
Hex11616174905B119395
Octal21626271110133431715
Binary100011101011010111100100101011011100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110616; }

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

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

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

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

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

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

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

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