#110A18

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

Shades of Blackcurrant #110A18

Tints of Blackcurrant #110A18

Color information

#110A18 (or 0x110A18) is unknown color: approx Blackcurrant. HEX triplet: 11, 0A and 18. RGB value is (17,10,24). Sum of RGB (Red+Green+Blue) = 17+10+24=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #110A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A18 is #EEF5E7. Grayscale: #0D0D0D. Windows color (decimal): -15660520 or 1575441. OLE color: 1575441.

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

Color convert

RGB171024-
CMYK0.290.5800.91
HSL270º41.18%6.67%-
HSV(B)270º58.33%9.41%-
XYZ0.50.40.92-
YUV13.69133.82130.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=33.33%
G=19.61%
B=47.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1710240.290.5800.9127041.186.67
Hex11A181D3A05B10e297
Octal21123035720133416517
Binary100011010110001110111101001011011100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A18; }

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

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

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

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

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

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

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

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