#320548

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

Shades of Blackcurrant #320548

Tints of Blackcurrant #320548

Color information

#320548 (or 0x320548) is unknown color: approx Blackcurrant. HEX triplet: 32, 05 and 48. RGB value is (50,5,72). Sum of RGB (Red+Green+Blue) = 50+5+72=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #320548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320548 is #CDFAB7. Grayscale: #191919. Windows color (decimal): -13499064 or 4719922. OLE color: 4719922.

HSL color Cylindrical-coordinate representation of color #320548: hue angle of 280.3º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320548 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB50572-
CMYK0.310.9300.72
HSL280.3º87.01%15.1%-
HSV(B)280.3º93.06%28.24%-
XYZ2.541.256.24-
YUV26.09153.91145.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 72 (28.52% from 255) = 56.69%
R=39.37%
G=3.94%
B=56.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal505720.310.9300.72280.387.0115.1
Hex325481F5D04811857f
Octal62511037135011043012717
Binary11001010110010001111110111010100100010001100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320548; }

 p { color: rgb(50,5,72); }

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

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

 a { background-color: rgb(50,5,72); }

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

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

 span { border-color: rgb(50,5,72); }

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