#19011F

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

Shades of Blackcurrant #19011F

Tints of Blackcurrant #19011F

Color information

#19011F (or 0x19011F) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 1F. RGB value is (25,1,31). Sum of RGB (Red+Green+Blue) = 25+1+31=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #19011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011F is #E6FEE0. Grayscale: #0B0B0B. Windows color (decimal): -15138529 or 2031897. OLE color: 2031897.

HSL color Cylindrical-coordinate representation of color #19011F: hue angle of 288º 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 #19011F is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB25131-
CMYK0.190.9700.88
HSL288º93.75%6.27%-
HSV(B)288º96.77%12.16%-
XYZ0.660.331.32-
YUV11.6138.95137.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=43.86%
G=1.75%
B=54.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal251310.190.9700.8828893.756.27
Hex1911F13610581205e6
Octal311372314101304401366
Binary11001111111100111100001010110001001000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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