#19141D

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

Shades of Blackcurrant #19141D

Tints of Blackcurrant #19141D

Color information

#19141D (or 0x19141D) is unknown color: approx Blackcurrant. HEX triplet: 19, 14 and 1D. RGB value is (25,20,29). Sum of RGB (Red+Green+Blue) = 25+20+29=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #19141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141D is #E6EBE2. Grayscale: #161616. Windows color (decimal): -15133667 or 1905689. OLE color: 1905689.

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

Color convert

RGB252029-
CMYK0.140.3100.89
HSL273.33º18.37%9.61%-
HSV(B)273.33º31.03%11.37%-
XYZ0.870.81.27-
YUV22.52131.66129.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.78%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=33.78%
G=27.03%
B=39.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2520290.140.3100.89273.3318.379.61
Hex19141DE1F05911112a
Octal312435163701314212212
Binary11001101001110111101111101011001100010001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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