#110119

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

Shades of Blackcurrant #110119

Tints of Blackcurrant #110119

Color information

#110119 (or 0x110119) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 19. RGB value is (17,1,25). Sum of RGB (Red+Green+Blue) = 17+1+25=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #110119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110119 is #EEFEE6. Grayscale: #080808. Windows color (decimal): -15662823 or 1638673. OLE color: 1638673.

HSL color Cylindrical-coordinate representation of color #110119: hue angle of 280º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110119 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB17125-
CMYK0.320.9600.90
HSL280º92.31%5.1%-
HSV(B)280º96%9.8%-
XYZ0.420.210.94-
YUV8.52137.3134.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=39.53%
G=2.33%
B=58.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal171250.320.9600.9028092.315.1
Hex11119206005A1185c5
Octal211314014001324301345
Binary100011110011000001100000010110101000110001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110119; }

 p { color: rgb(17,1,25); }

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

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

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

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

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

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

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