#390440

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

Shades of Blackcurrant #390440

Tints of Blackcurrant #390440

Color information

#390440 (or 0x390440) is unknown color: approx Blackcurrant. HEX triplet: 39, 04 and 40. RGB value is (57,4,64). Sum of RGB (Red+Green+Blue) = 57+4+64=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #390440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390440 is #C6FBBF. Grayscale: #1A1A1A. Windows color (decimal): -13040576 or 4195385. OLE color: 4195385.

HSL color Cylindrical-coordinate representation of color #390440: hue angle of 293º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390440 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB57464-
CMYK0.110.9400.75
HSL293º88.24%13.33%-
HSV(B)293º93.75%25.1%-
XYZ2.661.334.97-
YUV26.69149.06149.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=45.6%
G=3.2%
B=51.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal574640.110.9400.7529388.2413.33
Hex39440B5E04B12558d
Octal71410013136011344513015
Binary1110011001000000101110111100100101110010010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390440; }

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

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

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

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

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

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

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

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