#320445

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

Shades of Blackcurrant #320445

Tints of Blackcurrant #320445

Color information

#320445 (or 0x320445) is unknown color: approx Blackcurrant. HEX triplet: 32, 04 and 45. RGB value is (50,4,69). Sum of RGB (Red+Green+Blue) = 50+4+69=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #320445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320445 is #CDFBBA. Grayscale: #181818. Windows color (decimal): -13499323 or 4523058. OLE color: 4523058.

HSL color Cylindrical-coordinate representation of color #320445: hue angle of 282.46º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320445 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB50469-
CMYK0.280.9400.73
HSL282.46º89.04%14.31%-
HSV(B)282.46º94.2%27.06%-
XYZ2.431.195.73-
YUV25.16152.74145.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 69 (27.34% from 255) = 56.10%
R=40.65%
G=3.25%
B=56.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal504690.280.9400.73282.4689.0414.31
Hex324451C5E04911a59e
Octal62410534136011143213116
Binary11001010010001011110010111100100100110001101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320445; }

 p { color: rgb(50,4,69); }

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

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

 a { background-color: rgb(50,4,69); }

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

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

 span { border-color: rgb(50,4,69); }

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