#390458

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

Shades of Blackcurrant #390458

Tints of Blackcurrant #390458

Color information

#390458 (or 0x390458) is unknown color: approx Blackcurrant. HEX triplet: 39, 04 and 58. RGB value is (57,4,88). Sum of RGB (Red+Green+Blue) = 57+4+88=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #390458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390458 is #C6FBA7. Grayscale: #1D1D1D. Windows color (decimal): -13040552 or 5768249. OLE color: 5768249.

HSL color Cylindrical-coordinate representation of color #390458: hue angle of 277.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390458 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB57488-
CMYK0.350.9500.65
HSL277.86º91.3%18.04%-
HSV(B)277.86º95.45%34.51%-
XYZ3.491.669.37-
YUV29.42161.06147.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 88 (34.77% from 255) = 59.06%
R=38.26%
G=2.68%
B=59.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal574880.350.9500.65277.8691.318.04
Hex39458235F0411165b12
Octal71413043137010142613322
Binary1110011001011000100011101111101000001100010110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390458; }

 p { color: rgb(57,4,88); }

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

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

 a { background-color: rgb(57,4,88); }

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

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

 span { border-color: rgb(57,4,88); }

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