#190331

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

Shades of Blackcurrant #190331

Tints of Blackcurrant #190331

Color information

#190331 (or 0x190331) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 31. RGB value is (25,3,49). Sum of RGB (Red+Green+Blue) = 25+3+49=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #190331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190331 is #E6FCCE. Grayscale: #0E0E0E. Windows color (decimal): -15137999 or 3212057. OLE color: 3212057.

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

Color convert

RGB25349-
CMYK0.490.9400.81
HSL268.7º88.46%10.2%-
HSV(B)268.7º93.88%19.22%-
XYZ0.990.492.95-
YUV14.82147.29135.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=32.47%
G=3.90%
B=63.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal253490.490.9400.81268.788.4610.2
Hex19331315E05110d58a
Octal3136161136012141513012
Binary110011111000111000110111100101000110000110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190331; }

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

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

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

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

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

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

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

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