#190131

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

Shades of Blackcurrant #190131

Tints of Blackcurrant #190131

Color information

#190131 (or 0x190131) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 31. RGB value is (25,1,49). Sum of RGB (Red+Green+Blue) = 25+1+49=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #190131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190131 is #E6FECE. Grayscale: #0D0D0D. Windows color (decimal): -15138511 or 3211545. OLE color: 3211545.

HSL color Cylindrical-coordinate representation of color #190131: hue angle of 270º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190131 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB25149-
CMYK0.490.9800.81
HSL270º96%9.8%-
HSV(B)270º97.96%19.22%-
XYZ0.970.452.94-
YUV13.65147.95136.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=33.33%
G=1.33%
B=65.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal251490.490.9800.81270969.8
Hex19131316205110e60a
Octal3116161142012141614012
Binary11001111000111000111000100101000110000111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190131; }

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

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

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

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

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

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

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

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