#110419

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

Shades of Blackcurrant #110419

Tints of Blackcurrant #110419

Color information

#110419 (or 0x110419) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 19. RGB value is (17,4,25). Sum of RGB (Red+Green+Blue) = 17+4+25=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #110419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110419 is #EEFBE6. Grayscale: #0A0A0A. Windows color (decimal): -15662055 or 1639441. OLE color: 1639441.

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

Color convert

RGB17425-
CMYK0.320.8400.90
HSL277.14º72.41%5.69%-
HSV(B)277.14º84%9.8%-
XYZ0.450.280.95-
YUV10.28136.31132.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=36.96%
G=8.70%
B=54.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal174250.320.8400.90277.1472.415.69
Hex11419205405A115486
Octal214314012401324251106
Binary10001100110011000001010100010110101000101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110419; }

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

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

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

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

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

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

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

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