#390640

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

Shades of Blackcurrant #390640

Tints of Blackcurrant #390640

Color information

#390640 (or 0x390640) is unknown color: approx Blackcurrant. HEX triplet: 39, 06 and 40. RGB value is (57,6,64). Sum of RGB (Red+Green+Blue) = 57+6+64=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #390640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390640 is #C6F9BF. Grayscale: #1B1B1B. Windows color (decimal): -13040064 or 4195897. OLE color: 4195897.

HSL color Cylindrical-coordinate representation of color #390640: hue angle of 292.76º 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 #390640 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB57664-
CMYK0.110.9100.75
HSL292.76º82.86%13.73%-
HSV(B)292.76º90.62%25.1%-
XYZ2.681.374.97-
YUV27.86148.4148.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=44.88%
G=4.72%
B=50.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576640.110.9100.75292.7682.8613.73
Hex39640B5B04B12553e
Octal71610013133011344512316
Binary1110011101000000101110110110100101110010010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390640; }

 p { color: rgb(57,6,64); }

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

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

 a { background-color: rgb(57,6,64); }

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

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

 span { border-color: rgb(57,6,64); }

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