#320940

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

Shades of Blackcurrant #320940

Tints of Blackcurrant #320940

Color information

#320940 (or 0x320940) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 40. RGB value is (50,9,64). Sum of RGB (Red+Green+Blue) = 50+9+64=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #320940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320940 is #CDF6BF. Grayscale: #1B1B1B. Windows color (decimal): -13498048 or 4196658. OLE color: 4196658.

HSL color Cylindrical-coordinate representation of color #320940: hue angle of 284.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320940 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB50964-
CMYK0.220.8600.75
HSL284.73º75.34%14.31%-
HSV(B)284.73º85.94%25.1%-
XYZ2.341.244.97-
YUV27.53148.58144.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=40.65%
G=7.32%
B=52.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal509640.220.8600.75284.7375.3414.31
Hex32940165604B11d4be
Octal621110026126011343511316
Binary110010100110000001011010101100100101110001110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320940; }

 p { color: rgb(50,9,64); }

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

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

 a { background-color: rgb(50,9,64); }

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

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

 span { border-color: rgb(50,9,64); }

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