#190440

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

Shades of Blackcurrant #190440

Tints of Blackcurrant #190440

Color information

#190440 (or 0x190440) is unknown color: approx Blackcurrant. HEX triplet: 19, 04 and 40. RGB value is (25,4,64). Sum of RGB (Red+Green+Blue) = 25+4+64=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #190440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190440 is #E6FBBF. Grayscale: #101010. Windows color (decimal): -15137728 or 4195353. OLE color: 4195353.

HSL color Cylindrical-coordinate representation of color #190440: hue angle of 261º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190440 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB25464-
CMYK0.610.9400.75
HSL261º88.24%13.33%-
HSV(B)261º93.75%25.1%-
XYZ1.370.664.91-
YUV17.12154.46133.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 64 (25.39% from 255) = 68.82%
R=26.88%
G=4.30%
B=68.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal254640.610.9400.7526188.2413.33
Hex194403D5E04B10558d
Octal31410075136011340513015
Binary11001100100000011110110111100100101110000010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190440; }

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

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

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

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

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

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

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

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