#110518

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

Shades of Blackcurrant #110518

Tints of Blackcurrant #110518

Color information

#110518 (or 0x110518) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 18. RGB value is (17,5,24). Sum of RGB (Red+Green+Blue) = 17+5+24=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #110518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110518 is #EEFAE7. Grayscale: #0A0A0A. Windows color (decimal): -15661800 or 1574161. OLE color: 1574161.

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

Color convert

RGB17524-
CMYK0.290.7900.91
HSL277.89º65.52%5.69%-
HSV(B)277.89º79.17%9.41%-
XYZ0.450.290.9-
YUV10.75135.48132.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=36.96%
G=10.87%
B=52.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal175240.290.7900.91277.8965.525.69
Hex115181D4F05B116426
Octal215303511701334261026
Binary1000110111000111011001111010110111000101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110518; }

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

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

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

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

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

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

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

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