#390652

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

Shades of Blackcurrant #390652

Tints of Blackcurrant #390652

Color information

#390652 (or 0x390652) is unknown color: approx Blackcurrant. HEX triplet: 39, 06 and 52. RGB value is (57,6,82). Sum of RGB (Red+Green+Blue) = 57+6+82=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #390652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390652 is #C6F9AD. Grayscale: #1D1D1D. Windows color (decimal): -13040046 or 5375545. OLE color: 5375545.

HSL color Cylindrical-coordinate representation of color #390652: hue angle of 280.26º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390652 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB57682-
CMYK0.300.9300.68
HSL280.26º86.36%17.25%-
HSV(B)280.26º92.68%32.16%-
XYZ3.281.618.12-
YUV29.91157.4147.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=39.31%
G=4.14%
B=56.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal576820.300.9300.68280.2686.3617.25
Hex396521E5D0441185611
Octal71612236135010443012621
Binary111001110101001011110101110101000100100011000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390652; }

 p { color: rgb(57,6,82); }

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

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

 a { background-color: rgb(57,6,82); }

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

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

 span { border-color: rgb(57,6,82); }

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