#19001F

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

Shades of Blackcurrant #19001F

Tints of Blackcurrant #19001F

Color information

#19001F (or 0x19001F) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 1F. RGB value is (25,0,31). Sum of RGB (Red+Green+Blue) = 25+0+31=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #19001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19001F is #E6FFE0. Grayscale: #0A0A0A. Windows color (decimal): -15138785 or 2031641. OLE color: 2031641.

HSL color Cylindrical-coordinate representation of color #19001F: hue angle of 288.39º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19001F is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB25031-
CMYK0.19100.88
HSL288.39º100%6.08%-
HSV(B)288.39º100%12.16%-
XYZ0.650.311.32-
YUV11.01139.28137.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=44.64%
G=0%
B=55.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal250310.19100.88288.391006.08
Hex1901F1364058120646
Octal310372314401304401446
Binary11001011111100111100100010110001001000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19001F; }

 p { color: rgb(25,0,31); }

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

<style>
 a { background-color: #19001F; }

 a { background-color: rgb(25,0,31); }

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

<style>
 span { border-color: #19001F; }

 span { border-color: rgb(25,0,31); }

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