#320552

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

Shades of Blackcurrant #320552

Tints of Blackcurrant #320552

Color information

#320552 (or 0x320552) is unknown color: approx Blackcurrant. HEX triplet: 32, 05 and 52. RGB value is (50,5,82). Sum of RGB (Red+Green+Blue) = 50+5+82=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #320552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320552 is #CDFAAD. Grayscale: #1A1A1A. Windows color (decimal): -13499054 or 5375282. OLE color: 5375282.

HSL color Cylindrical-coordinate representation of color #320552: hue angle of 275.06º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320552 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB50582-
CMYK0.390.9400.68
HSL275.06º88.51%17.06%-
HSV(B)275.06º93.9%32.16%-
XYZ2.891.48.1-
YUV27.23158.91144.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=36.50%
G=3.65%
B=59.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal505820.390.9400.68275.0688.5117.06
Hex32552275E0441135911
Octal62512247136010442313121
Binary1100101011010010100111101111001000100100010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320552; }

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

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

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

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

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

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

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

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