#110517

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

Shades of Blackcurrant #110517

Tints of Blackcurrant #110517

Color information

#110517 (or 0x110517) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 17. RGB value is (17,5,23). Sum of RGB (Red+Green+Blue) = 17+5+23=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #110517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110517 is #EEFAE8. Grayscale: #0A0A0A. Windows color (decimal): -15661801 or 1508625. OLE color: 1508625.

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

Color convert

RGB17523-
CMYK0.260.7800.91
HSL280º64.29%5.49%-
HSV(B)280º78.26%9.02%-
XYZ0.440.290.84-
YUV10.64134.98132.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 23 (9.38% from 255) = 51.11%
R=37.78%
G=11.11%
B=51.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal175230.260.7800.9128064.295.49
Hex115171A4E05B118405
Octal215273211601334301005
Binary1000110110111110101001110010110111000110001000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110517; }

 p { color: rgb(17,5,23); }

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

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

 a { background-color: rgb(17,5,23); }

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

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

 span { border-color: rgb(17,5,23); }

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