#190731

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

Shades of Blackcurrant #190731

Tints of Blackcurrant #190731

Color information

#190731 (or 0x190731) is unknown color: approx Blackcurrant. HEX triplet: 19, 07 and 31. RGB value is (25,7,49). Sum of RGB (Red+Green+Blue) = 25+7+49=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #190731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190731 is #E6F8CE. Grayscale: #111111. Windows color (decimal): -15136975 or 3213081. OLE color: 3213081.

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

Color convert

RGB25749-
CMYK0.490.8600.81
HSL265.71º75%10.98%-
HSV(B)265.71º85.71%19.22%-
XYZ1.030.582.96-
YUV17.17145.96133.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.86%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 49 (19.53% from 255) = 60.49%
R=30.86%
G=8.64%
B=60.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal257490.490.8600.81265.717510.98
Hex19731315605110a4bb
Octal3176161126012141211313
Binary1100111111000111000110101100101000110000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190731; }

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

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

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

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

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

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

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

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