#110216

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

Shades of Blackcurrant #110216

Tints of Blackcurrant #110216

Color information

#110216 (or 0x110216) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 16. RGB value is (17,2,22). Sum of RGB (Red+Green+Blue) = 17+2+22=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #110216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110216 is #EEFDE9. Grayscale: #080808. Windows color (decimal): -15662570 or 1442321. OLE color: 1442321.

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

Color convert

RGB17222-
CMYK0.230.9100.91
HSL285º83.33%4.71%-
HSV(B)285º90.91%8.63%-
XYZ0.40.220.78-
YUV8.76135.47133.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=41.46%
G=4.88%
B=53.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal172220.230.9100.9128583.334.71
Hex11216175B05B11d535
Octal212262713301334351235
Binary100011010110101111011011010110111000111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110216; }

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

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

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

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

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

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

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

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