#110819

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

Shades of Blackcurrant #110819

Tints of Blackcurrant #110819

Color information

#110819 (or 0x110819) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 19. RGB value is (17,8,25). Sum of RGB (Red+Green+Blue) = 17+8+25=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #110819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110819 is #EEF7E6. Grayscale: #0C0C0C. Windows color (decimal): -15661031 or 1640465. OLE color: 1640465.

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

Color convert

RGB17825-
CMYK0.320.6800.90
HSL271.76º51.52%6.47%-
HSV(B)271.76º68%9.8%-
XYZ0.490.360.96-
YUV12.63134.98131.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 25 (10.16% from 255) = 50%
R=34%
G=16%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal178250.320.6800.90271.7651.526.47
Hex11819204405A110346
Octal211031401040132420646
Binary10001100011001100000100010001011010100010000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110819; }

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

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

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

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

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

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

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

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