#110017

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

Shades of Blackcurrant #110017

Tints of Blackcurrant #110017

Color information

#110017 (or 0x110017) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 17. RGB value is (17,0,23). Sum of RGB (Red+Green+Blue) = 17+0+23=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #110017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110017 is #EEFFE8. Grayscale: #070707. Windows color (decimal): -15663081 or 1507345. OLE color: 1507345.

HSL color Cylindrical-coordinate representation of color #110017: hue angle of 284.35º 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 #110017 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB17023-
CMYK0.26100.91
HSL284.35º100%4.51%-
HSV(B)284.35º100%9.02%-
XYZ0.390.180.83-
YUV7.7136.63134.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=42.5%
G=0%
B=57.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal170230.26100.91284.351004.51
Hex110171A6405B11c645
Octal210273214401334341445
Binary10001010111110101100100010110111000111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110017; }

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

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

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

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

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

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

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

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