#190431

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

Shades of Blackcurrant #190431

Tints of Blackcurrant #190431

Color information

#190431 (or 0x190431) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 31. RGB value is (25,4,49). Sum of RGB (Red+Green+Blue) = 25+4+49=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #190431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190431 is #E6FBCE. Grayscale: #0F0F0F. Windows color (decimal): -15137743 or 3212313. OLE color: 3212313.

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

Color convert

RGB25449-
CMYK0.490.9200.81
HSL268º84.91%10.39%-
HSV(B)268º91.84%19.22%-
XYZ10.522.95-
YUV15.41146.96134.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 49 (19.53% from 255) = 62.82%
R=32.05%
G=5.13%
B=62.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal254490.490.9200.8126884.9110.39
Hex19431315C05110c55a
Octal3146161134012141412512
Binary1100110011000111000110111000101000110000110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190431; }

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

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

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

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

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

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

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

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