#19131F

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

Shades of Blackcurrant #19131F

Tints of Blackcurrant #19131F

Color information

#19131F (or 0x19131F) is unknown color: approx Blackcurrant. HEX triplet: 19, 13 and 1F. RGB value is (25,19,31). Sum of RGB (Red+Green+Blue) = 25+19+31=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #19131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131F is #E6ECE0. Grayscale: #161616. Windows color (decimal): -15133921 or 2036505. OLE color: 2036505.

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

Color convert

RGB251931-
CMYK0.190.3900.88
HSL270º24%9.8%-
HSV(B)270º38.71%12.16%-
XYZ0.880.771.4-
YUV22.16132.99130.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=33.33%
G=25.33%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2519310.190.3900.88270249.8
Hex19131F132705810e18a
Octal312337234701304163012
Binary1100110011111111001110011101011000100001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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