#19061D

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

Shades of Blackcurrant #19061D

Tints of Blackcurrant #19061D

Color information

#19061D (or 0x19061D) is unknown color: approx Blackcurrant. HEX triplet: 19, 06 and 1D. RGB value is (25,6,29). Sum of RGB (Red+Green+Blue) = 25+6+29=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #19061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19061D is #E6F9E2. Grayscale: #0E0E0E. Windows color (decimal): -15137251 or 1902105. OLE color: 1902105.

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

Color convert

RGB25629-
CMYK0.140.7900.89
HSL289.57º65.71%6.86%-
HSV(B)289.57º79.31%11.37%-
XYZ0.690.431.21-
YUV14.3136.29135.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 6 (2.73% from 255) = 10%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=41.67%
G=10%
B=48.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal256290.140.7900.89289.5765.716.86
Hex1961DE4F059122427
Octal316351611701314421027
Binary110011101110111101001111010110011001000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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