#390745

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

Shades of Blackcurrant #390745

Tints of Blackcurrant #390745

Color information

#390745 (or 0x390745) is unknown color: approx Blackcurrant. HEX triplet: 39, 07 and 45. RGB value is (57,7,69). Sum of RGB (Red+Green+Blue) = 57+7+69=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #390745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390745 is #C6F8BA. Grayscale: #1C1C1C. Windows color (decimal): -13039803 or 4523833. OLE color: 4523833.

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

Color convert

RGB57769-
CMYK0.170.9000.73
HSL288.39º81.58%14.9%-
HSV(B)288.39º89.86%27.06%-
XYZ2.841.455.76-
YUV29.02150.56147.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=42.86%
G=5.26%
B=51.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal577690.170.9000.73288.3981.5814.9
Hex39745115A04912052f
Octal71710521132011144012217
Binary11100111110001011000110110100100100110010000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390745; }

 p { color: rgb(57,7,69); }

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

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

 a { background-color: rgb(57,7,69); }

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

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

 span { border-color: rgb(57,7,69); }

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