#110118

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

Shades of Blackcurrant #110118

Tints of Blackcurrant #110118

Color information

#110118 (or 0x110118) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 18. RGB value is (17,1,24). Sum of RGB (Red+Green+Blue) = 17+1+24=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #110118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110118 is #EEFEE7. Grayscale: #080808. Windows color (decimal): -15662824 or 1573137. OLE color: 1573137.

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

Color convert

RGB17124-
CMYK0.290.9600.91
HSL281.74º92%4.9%-
HSV(B)281.74º95.83%9.41%-
XYZ0.410.210.88-
YUV8.41136.8134.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=40.48%
G=2.38%
B=57.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal171240.290.9600.91281.74924.9
Hex111181D6005B11a5c5
Octal211303514001334321345
Binary10001111000111011100000010110111000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110118; }

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

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

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

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

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

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

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

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