#19111E

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

Shades of Blackcurrant #19111E

Tints of Blackcurrant #19111E

Color information

#19111E (or 0x19111E) is unknown color: approx Blackcurrant. HEX triplet: 19, 11 and 1E. RGB value is (25,17,30). Sum of RGB (Red+Green+Blue) = 25+17+30=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #19111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111E is #E6EEE1. Grayscale: #141414. Windows color (decimal): -15134434 or 1970457. OLE color: 1970457.

HSL color Cylindrical-coordinate representation of color #19111E: hue angle of 276.92º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #19111E is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB251730-
CMYK0.170.4300.88
HSL276.92º27.66%9.22%-
HSV(B)276.92º43.33%11.76%-
XYZ0.840.71.32-
YUV20.87133.15130.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=34.72%
G=23.61%
B=41.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2517300.170.4300.88276.9227.669.22
Hex19111E112B0581151c9
Octal312136215301304253411
Binary1100110001111101000110101101011000100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19111E; }

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

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

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

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

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

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

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

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