#110719

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

Shades of Blackcurrant #110719

Tints of Blackcurrant #110719

Color information

#110719 (or 0x110719) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 19. RGB value is (17,7,25). Sum of RGB (Red+Green+Blue) = 17+7+25=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #110719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110719 is #EEF8E6. Grayscale: #0B0B0B. Windows color (decimal): -15661287 or 1640209. OLE color: 1640209.

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

Color convert

RGB17725-
CMYK0.320.7200.90
HSL273.33º56.25%6.27%-
HSV(B)273.33º72%9.8%-
XYZ0.480.340.96-
YUV12.04135.31131.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=34.69%
G=14.29%
B=51.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal177250.320.7200.90273.3356.256.27
Hex11719204805A111386
Octal21731401100132421706
Binary1000111111001100000100100001011010100010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110719; }

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

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

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

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

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

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

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

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