#110A19

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

Shades of Blackcurrant #110A19

Tints of Blackcurrant #110A19

Color information

#110A19 (or 0x110A19) is unknown color: approx Blackcurrant. HEX triplet: 11, 0A and 19. RGB value is (17,10,25). Sum of RGB (Red+Green+Blue) = 17+10+25=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #110A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A19 is #EEF5E6. Grayscale: #0D0D0D. Windows color (decimal): -15660519 or 1640977. OLE color: 1640977.

HSL color Cylindrical-coordinate representation of color #110A19: hue angle of 268º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #110A19 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB171025-
CMYK0.320.6000.90
HSL268º42.86%6.86%-
HSV(B)268º60%9.8%-
XYZ0.520.410.97-
YUV13.8134.32130.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=32.69%
G=19.23%
B=48.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1710250.320.6000.9026842.866.86
Hex11A19203C05A10c2b7
Octal21123140740132414537
Binary1000110101100110000011110001011010100001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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