#19111D

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

Shades of Blackcurrant #19111D

Tints of Blackcurrant #19111D

Color information

#19111D (or 0x19111D) is unknown color: approx Blackcurrant. HEX triplet: 19, 11 and 1D. RGB value is (25,17,29). Sum of RGB (Red+Green+Blue) = 25+17+29=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #19111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111D is #E6EEE2. Grayscale: #141414. Windows color (decimal): -15134435 or 1904921. OLE color: 1904921.

HSL color Cylindrical-coordinate representation of color #19111D: hue angle of 280º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #19111D is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB251729-
CMYK0.140.4100.89
HSL280º26.09%9.02%-
HSV(B)280º41.38%11.37%-
XYZ0.820.71.25-
YUV20.76132.65131.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=35.21%
G=23.94%
B=40.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2517290.140.4100.8928026.099.02
Hex19111DE290591181a9
Octal312135165101314303211
Binary110011000111101111010100101011001100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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