#390754

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

Shades of Blackcurrant #390754

Tints of Blackcurrant #390754

Color information

#390754 (or 0x390754) is unknown color: approx Blackcurrant. HEX triplet: 39, 07 and 54. RGB value is (57,7,84). Sum of RGB (Red+Green+Blue) = 57+7+84=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #390754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390754 is #C6F8AB. Grayscale: #1E1E1E. Windows color (decimal): -13039788 or 5506873. OLE color: 5506873.

HSL color Cylindrical-coordinate representation of color #390754: hue angle of 278.96º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390754 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB57784-
CMYK0.320.9200.67
HSL278.96º84.62%17.84%-
HSV(B)278.96º91.67%32.94%-
XYZ3.361.668.53-
YUV30.73158.06146.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 84 (33.20% from 255) = 56.76%
R=38.51%
G=4.73%
B=56.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal577840.320.9200.67278.9684.6217.84
Hex39754205C0431175512
Octal71712440134010342712522
Binary1110011111010100100000101110001000011100010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390754; }

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

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

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

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

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

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

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

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