#19031D

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

Shades of Blackcurrant #19031D

Tints of Blackcurrant #19031D

Color information

#19031D (or 0x19031D) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 1D. RGB value is (25,3,29). Sum of RGB (Red+Green+Blue) = 25+3+29=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #19031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19031D is #E6FCE2. Grayscale: #0C0C0C. Windows color (decimal): -15138019 or 1901337. OLE color: 1901337.

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

Color convert

RGB25329-
CMYK0.140.9000.89
HSL290.77º81.25%6.27%-
HSV(B)290.77º89.66%11.37%-
XYZ0.660.361.2-
YUV12.54137.29136.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 29 (11.72% from 255) = 50.88%
R=43.86%
G=5.26%
B=50.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal253290.140.9000.89290.7781.256.27
Hex1931DE5A059123516
Octal313351613201314431216
Binary11001111110111101011010010110011001000111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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