#19011E

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

Shades of Blackcurrant #19011E

Tints of Blackcurrant #19011E

Color information

#19011E (or 0x19011E) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 1E. RGB value is (25,1,30). Sum of RGB (Red+Green+Blue) = 25+1+30=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #19011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011E is #E6FEE1. Grayscale: #0B0B0B. Windows color (decimal): -15138530 or 1966361. OLE color: 1966361.

HSL color Cylindrical-coordinate representation of color #19011E: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19011E is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB25130-
CMYK0.170.9700.88
HSL289.66º93.55%6.08%-
HSV(B)289.66º96.67%11.76%-
XYZ0.650.321.26-
YUV11.48138.45137.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 44.64%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=44.64%
G=1.79%
B=53.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal251300.170.9700.88289.6693.556.08
Hex1911E11610581225e6
Octal311362114101304421366
Binary11001111110100011100001010110001001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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