#390358

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

Shades of Blackcurrant #390358

Tints of Blackcurrant #390358

Color information

#390358 (or 0x390358) is unknown color: approx Blackcurrant. HEX triplet: 39, 03 and 58. RGB value is (57,3,88). Sum of RGB (Red+Green+Blue) = 57+3+88=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #390358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390358 is #C6FCA7. Grayscale: #1C1C1C. Windows color (decimal): -13040808 or 5767993. OLE color: 5767993.

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

Color convert

RGB57388-
CMYK0.350.9700.65
HSL278.12º93.41%17.84%-
HSV(B)278.12º96.59%34.51%-
XYZ3.481.649.37-
YUV28.84161.39148.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=38.51%
G=2.03%
B=59.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal573880.350.9700.65278.1293.4117.84
Hex3935823610411165d12
Octal71313043141010142613522
Binary111001111011000100011110000101000001100010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390358; }

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

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

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

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

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

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

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

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