#190141

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

Shades of Blackcurrant #190141

Tints of Blackcurrant #190141

Color information

#190141 (or 0x190141) is unknown color: approx Blackcurrant. HEX triplet: 19, 01 and 41. RGB value is (25,1,65). Sum of RGB (Red+Green+Blue) = 25+1+65=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #190141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190141 is #E6FEBE. Grayscale: #0F0F0F. Windows color (decimal): -15138495 or 4260121. OLE color: 4260121.

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

Color convert

RGB25165-
CMYK0.620.9800.75
HSL262.5º96.97%12.94%-
HSV(B)262.5º98.46%25.49%-
XYZ1.370.615.05-
YUV15.47155.95134.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 65 (25.78% from 255) = 71.43%
R=27.47%
G=1.10%
B=71.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal251650.620.9800.75262.596.9712.94
Hex191413E6204B10661d
Octal31110176142011340614115
Binary110011100000111111011000100100101110000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190141; }

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

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

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

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

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

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

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

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