#390750

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

Shades of Blackcurrant #390750

Tints of Blackcurrant #390750

Color information

#390750 (or 0x390750) is unknown color: approx Blackcurrant. HEX triplet: 39, 07 and 50. RGB value is (57,7,80). Sum of RGB (Red+Green+Blue) = 57+7+80=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #390750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390750 is #C6F8AF. Grayscale: #1E1E1E. Windows color (decimal): -13039792 or 5244729. OLE color: 5244729.

HSL color Cylindrical-coordinate representation of color #390750: hue angle of 281.1º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390750 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB57780-
CMYK0.290.9100.69
HSL281.1º83.91%17.06%-
HSV(B)281.1º91.25%31.37%-
XYZ3.211.67.73-
YUV30.27156.06147.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=39.58%
G=4.86%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal577800.290.9100.69281.183.9117.06
Hex397501D5B0451195411
Octal71712035133010543112421
Binary111001111101000011101101101101000101100011001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390750; }

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

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

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

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

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

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

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

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