#110416

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

Shades of Blackcurrant #110416

Tints of Blackcurrant #110416

Color information

#110416 (or 0x110416) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 16. RGB value is (17,4,22). Sum of RGB (Red+Green+Blue) = 17+4+22=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #110416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110416 is #EEFBE9. Grayscale: #090909. Windows color (decimal): -15662058 or 1442833. OLE color: 1442833.

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

Color convert

RGB17422-
CMYK0.230.8200.91
HSL283.33º69.23%5.1%-
HSV(B)283.33º81.82%8.63%-
XYZ0.420.260.79-
YUV9.94134.81133.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=39.53%
G=9.30%
B=51.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal174220.230.8200.91283.3369.235.1
Hex11416175205B11b455
Octal214262712201334331055
Binary1000110010110101111010010010110111000110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110416; }

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

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

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

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

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

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

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

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