#110B19

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

Shades of Blackcurrant #110B19

Tints of Blackcurrant #110B19

Color information

#110B19 (or 0x110B19) is unknown color: approx Blackcurrant. HEX triplet: 11, 0B and 19. RGB value is (17,11,25). Sum of RGB (Red+Green+Blue) = 17+11+25=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #110B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B19 is #EEF4E6. Grayscale: #0E0E0E. Windows color (decimal): -15660263 or 1641233. OLE color: 1641233.

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

Color convert

RGB171125-
CMYK0.320.5600.90
HSL265.71º38.89%7.06%-
HSV(B)265.71º56%9.8%-
XYZ0.530.430.97-
YUV14.39133.99129.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 11 (4.69% from 255) = 20.75%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=32.08%
G=20.75%
B=47.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1711250.320.5600.90265.7138.897.06
Hex11B19203805A10a277
Octal21133140700132412477
Binary1000110111100110000011100001011010100001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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