#19001E

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

Shades of Blackcurrant #19001E

Tints of Blackcurrant #19001E

Color information

#19001E (or 0x19001E) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 1E. RGB value is (25,0,30). Sum of RGB (Red+Green+Blue) = 25+0+30=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #19001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19001E is #E6FFE1. Grayscale: #0A0A0A. Windows color (decimal): -15138786 or 1966105. OLE color: 1966105.

HSL color Cylindrical-coordinate representation of color #19001E: hue angle of 290º 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 #19001E is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB25030-
CMYK0.17100.88
HSL290º100%5.88%-
HSV(B)290º100%11.76%-
XYZ0.640.31.25-
YUV10.9138.78138.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal250300.17100.882901005.88
Hex1901E1164058122646
Octal310362114401304421446
Binary11001011110100011100100010110001001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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