#110120

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

Shades of Blackcurrant #110120

Tints of Blackcurrant #110120

Color information

#110120 (or 0x110120) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 20. RGB value is (17,1,32). Sum of RGB (Red+Green+Blue) = 17+1+32=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #110120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110120 is #EEFEDF. Grayscale: #090909. Windows color (decimal): -15662816 or 2097425. OLE color: 2097425.

HSL color Cylindrical-coordinate representation of color #110120: hue angle of 270.97º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110120 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB17132-
CMYK0.470.9700.87
HSL270.97º93.94%6.47%-
HSV(B)270.97º96.88%12.55%-
XYZ0.50.251.39-
YUV9.32140.8133.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 32 (12.89% from 255) = 64%
R=34%
G=2%
B=64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal171320.470.9700.87270.9793.946.47
Hex111202F6105710f5e6
Octal211405714101274171366
Binary1000111000001011111100001010101111000011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110120; }

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

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

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

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

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

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

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

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