#190044

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

Shades of Blackcurrant #190044

Tints of Blackcurrant #190044

Color information

#190044 (or 0x190044) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 44. RGB value is (25,0,68). Sum of RGB (Red+Green+Blue) = 25+0+68=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 68 (26.95% from 255 or 73.12% from 93); Max value from RGB is 68 - color contains mainly: blue. Hex color #190044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190044 is #E6FFBB. Grayscale: #0E0E0E. Windows color (decimal): -15138748 or 4456473. OLE color: 4456473.

HSL color Cylindrical-coordinate representation of color #190044: hue angle of 262.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190044 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB25068-
CMYK0.63100.73
HSL262.06º100%13.33%-
HSV(B)262.06º100%26.67%-
XYZ1.440.625.51-
YUV15.23157.78134.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 73.12%
R=26.88%
G=0%
B=73.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal250680.63100.73262.0610013.33
Hex190443F6404910664d
Octal31010477144011140614415
Binary110010100010011111111001000100100110000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190044; }

 p { color: rgb(25,0,68); }

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

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

 a { background-color: rgb(25,0,68); }

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

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

 span { border-color: rgb(25,0,68); }

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