#390850

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

Shades of Blackcurrant #390850

Tints of Blackcurrant #390850

Color information

#390850 (or 0x390850) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 50. RGB value is (57,8,80). Sum of RGB (Red+Green+Blue) = 57+8+80=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #390850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390850 is #C6F7AF. Grayscale: #1E1E1E. Windows color (decimal): -13039536 or 5244985. OLE color: 5244985.

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

Color convert

RGB57880-
CMYK0.290.9000.69
HSL280.83º81.82%17.25%-
HSV(B)280.83º90%31.37%-
XYZ3.221.627.73-
YUV30.86155.73146.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=39.31%
G=5.52%
B=55.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal578800.290.9000.69280.8381.8217.25
Hex398501D5A0451195211
Octal711012035132010543112221
Binary1110011000101000011101101101001000101100011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390850; }

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

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

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

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

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

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

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

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