#19161A

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

Shades of Blackcurrant #19161A

Tints of Blackcurrant #19161A

Color information

#19161A (or 0x19161A) is unknown color: approx Blackcurrant. HEX triplet: 19, 16 and 1A. RGB value is (25,22,26). Sum of RGB (Red+Green+Blue) = 25+22+26=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 26 - color contains mainly: blue. Hex color #19161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19161A is #E6E9E5. Grayscale: #171717. Windows color (decimal): -15133158 or 1709593. OLE color: 1709593.

HSL color Cylindrical-coordinate representation of color #19161A: hue angle of 285º degrees, saturation: 0.08, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #19161A is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB252226-
CMYK0.040.1500.90
HSL285º8.33%9.41%-
HSV(B)285º15.38%10.2%-
XYZ0.870.861.1-
YUV23.35129.49129.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=34.25%
G=30.14%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2522260.040.1500.902858.339.41
Hex19161A4F05A11d89
Octal31263241701324351011
Binary11001101101101010011110101101010001110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19161A; }

 p { color: rgb(25,22,26); }

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

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

 a { background-color: rgb(25,22,26); }

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

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

 span { border-color: rgb(25,22,26); }

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