#320747

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

Shades of Blackcurrant #320747

Tints of Blackcurrant #320747

Color information

#320747 (or 0x320747) is unknown color: approx Blackcurrant. HEX triplet: 32, 07 and 47. RGB value is (50,7,71). Sum of RGB (Red+Green+Blue) = 50+7+71=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #320747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320747 is #CDF8B8. Grayscale: #1A1A1A. Windows color (decimal): -13498553 or 4654898. OLE color: 4654898.

HSL color Cylindrical-coordinate representation of color #320747: hue angle of 280.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320747 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB50771-
CMYK0.300.9000.72
HSL280.31º82.05%15.29%-
HSV(B)280.31º90.14%27.84%-
XYZ2.531.286.08-
YUV27.15152.75144.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=39.06%
G=5.47%
B=55.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal507710.300.9000.72280.3182.0515.29
Hex327471E5A04811852f
Octal62710736132011043012217
Binary11001011110001111111010110100100100010001100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320747; }

 p { color: rgb(50,7,71); }

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

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

 a { background-color: rgb(50,7,71); }

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

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

 span { border-color: rgb(50,7,71); }

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