#320641

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

Shades of Blackcurrant #320641

Tints of Blackcurrant #320641

Color information

#320641 (or 0x320641) is unknown color: approx Blackcurrant. HEX triplet: 32, 06 and 41. RGB value is (50,6,65). Sum of RGB (Red+Green+Blue) = 50+6+65=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #320641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320641 is #CDF9BE. Grayscale: #191919. Windows color (decimal): -13498815 or 4261426. OLE color: 4261426.

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

Color convert

RGB50665-
CMYK0.230.9100.75
HSL284.75º83.1%13.92%-
HSV(B)284.75º90.77%25.49%-
XYZ2.331.195.11-
YUV25.88150.08145.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=41.32%
G=4.96%
B=53.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal506650.230.9100.75284.7583.113.92
Hex32641175B04B11d53e
Octal62610127133011343512316
Binary11001011010000011011110110110100101110001110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320641; }

 p { color: rgb(50,6,65); }

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

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

 a { background-color: rgb(50,6,65); }

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

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

 span { border-color: rgb(50,6,65); }

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