#19111B

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

Shades of Blackcurrant #19111B

Tints of Blackcurrant #19111B

Color information

#19111B (or 0x19111B) is unknown color: approx Blackcurrant. HEX triplet: 19, 11 and 1B. RGB value is (25,17,27). Sum of RGB (Red+Green+Blue) = 25+17+27=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #19111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111B is #E6EEE4. Grayscale: #141414. Windows color (decimal): -15134437 or 1773849. OLE color: 1773849.

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

Color convert

RGB251727-
CMYK0.070.3700.89
HSL288º22.73%8.63%-
HSV(B)288º37.04%10.59%-
XYZ0.80.691.13-
YUV20.53131.65131.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=36.23%
G=24.64%
B=39.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2517270.070.3700.8928822.738.63
Hex19111B725059120179
Octal31213374501314402711
Binary11001100011101111110010101011001100100000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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