#110018

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

Shades of Blackcurrant #110018

Tints of Blackcurrant #110018

Color information

#110018 (or 0x110018) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 18. RGB value is (17,0,24). Sum of RGB (Red+Green+Blue) = 17+0+24=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #110018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110018 is #EEFFE7. Grayscale: #070707. Windows color (decimal): -15663080 or 1572881. OLE color: 1572881.

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

Color convert

RGB17024-
CMYK0.29100.91
HSL282.5º100%4.71%-
HSV(B)282.5º100%9.41%-
XYZ0.40.190.88-
YUV7.82137.13134.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=41.46%
G=0%
B=58.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal170240.29100.91282.51004.71
Hex110181D6405B11a645
Octal210303514401334321445
Binary10001011000111011100100010110111000110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110018; }

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

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

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

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

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

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

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

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