#19141C

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

Shades of Blackcurrant #19141C

Tints of Blackcurrant #19141C

Color information

#19141C (or 0x19141C) is unknown color: approx Blackcurrant. HEX triplet: 19, 14 and 1C. RGB value is (25,20,28). Sum of RGB (Red+Green+Blue) = 25+20+28=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #19141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141C is #E6EBE3. Grayscale: #161616. Windows color (decimal): -15133668 or 1840153. OLE color: 1840153.

HSL color Cylindrical-coordinate representation of color #19141C: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #19141C is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB252028-
CMYK0.110.2900.89
HSL277.5º16.67%9.41%-
HSV(B)277.5º28.57%10.98%-
XYZ0.860.791.21-
YUV22.41131.16129.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=34.25%
G=27.40%
B=38.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2520280.110.2900.89277.516.679.41
Hex19141CB1D059116119
Octal312434133501314262111
Binary11001101001110010111110101011001100010110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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