#190332

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

Shades of Blackcurrant #190332

Tints of Blackcurrant #190332

Color information

#190332 (or 0x190332) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 32. RGB value is (25,3,50). Sum of RGB (Red+Green+Blue) = 25+3+50=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #190332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190332 is #E6FCCD. Grayscale: #0E0E0E. Windows color (decimal): -15137998 or 3277593. OLE color: 3277593.

HSL color Cylindrical-coordinate representation of color #190332: hue angle of 268.09º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190332 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB25350-
CMYK0.500.9400.80
HSL268.09º88.68%10.39%-
HSV(B)268.09º94%19.61%-
XYZ1.010.53.06-
YUV14.94147.79135.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 50 (19.92% from 255) = 64.10%
R=32.05%
G=3.85%
B=64.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal253500.500.9400.80268.0988.6810.39
Hex19332325E05010c59a
Octal3136262136012041413112
Binary110011111001011001010111100101000010000110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190332; }

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

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

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

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

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

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

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

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