#390445

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

Shades of Blackcurrant #390445

Tints of Blackcurrant #390445

Color information

#390445 (or 0x390445) is unknown color: approx Blackcurrant. HEX triplet: 39, 04 and 45. RGB value is (57,4,69). Sum of RGB (Red+Green+Blue) = 57+4+69=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #390445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390445 is #C6FBBA. Grayscale: #1B1B1B. Windows color (decimal): -13040571 or 4523065. OLE color: 4523065.

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

Color convert

RGB57469-
CMYK0.170.9400.73
HSL288.92º89.04%14.31%-
HSV(B)288.92º94.2%27.06%-
XYZ2.81.395.75-
YUV27.26151.56149.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 69 (27.34% from 255) = 53.08%
R=43.85%
G=3.08%
B=53.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal574690.170.9400.73288.9289.0414.31
Hex39445115E04912159e
Octal71410521136011144113116
Binary11100110010001011000110111100100100110010000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390445; }

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

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

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

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

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

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

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

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