#19141E

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

Shades of Blackcurrant #19141E

Tints of Blackcurrant #19141E

Color information

#19141E (or 0x19141E) is unknown color: approx Blackcurrant. HEX triplet: 19, 14 and 1E. RGB value is (25,20,30). Sum of RGB (Red+Green+Blue) = 25+20+30=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #19141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141E is #E6EBE1. Grayscale: #161616. Windows color (decimal): -15133666 or 1971225. OLE color: 1971225.

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

Color convert

RGB252030-
CMYK0.170.3300.88
HSL270º20%9.8%-
HSV(B)270º33.33%11.76%-
XYZ0.890.81.34-
YUV22.64132.16129.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 30 (12.11% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2520300.170.3300.88270209.8
Hex19141E112105810e14a
Octal312436214101304162412
Binary1100110100111101000110000101011000100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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