#390546

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

Shades of Blackcurrant #390546

Tints of Blackcurrant #390546

Color information

#390546 (or 0x390546) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 46. RGB value is (57,5,70). Sum of RGB (Red+Green+Blue) = 57+5+70=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 70 (27.73% from 255 or 53.03% from 132); Max value from RGB is 70 - color contains mainly: blue. Hex color #390546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390546 is #C6FAB9. Grayscale: #1B1B1B. Windows color (decimal): -13040314 or 4588857. OLE color: 4588857.

HSL color Cylindrical-coordinate representation of color #390546: hue angle of 288º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390546 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB57570-
CMYK0.190.9300.73
HSL288º86.67%14.71%-
HSV(B)288º92.86%27.45%-
XYZ2.851.425.92-
YUV27.96151.73148.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 70 (27.73% from 255) = 53.03%
R=43.18%
G=3.79%
B=53.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal575700.190.9300.7328886.6714.71
Hex39546135D04912057f
Octal71510623135011144012717
Binary11100110110001101001110111010100100110010000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390546; }

 p { color: rgb(57,5,70); }

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

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

 a { background-color: rgb(57,5,70); }

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

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

 span { border-color: rgb(57,5,70); }

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