#19011D

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

Shades of Blackcurrant #19011D

Tints of Blackcurrant #19011D

Color information

#19011D (or 0x19011D) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 1D. RGB value is (25,1,29). Sum of RGB (Red+Green+Blue) = 25+1+29=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #19011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011D is #E6FEE2. Grayscale: #0B0B0B. Windows color (decimal): -15138531 or 1900825. OLE color: 1900825.

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

Color convert

RGB25129-
CMYK0.140.9700.89
HSL291.43º93.33%5.88%-
HSV(B)291.43º96.55%11.37%-
XYZ0.630.321.19-
YUV11.37137.95137.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 29 (11.72% from 255) = 52.73%
R=45.45%
G=1.82%
B=52.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal251290.140.9700.89291.4393.335.88
Hex1911DE610591235d6
Octal311351614101314431356
Binary1100111110111101100001010110011001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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