#390558

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

Shades of Blackcurrant #390558

Tints of Blackcurrant #390558

Color information

#390558 (or 0x390558) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 58. RGB value is (57,5,88). Sum of RGB (Red+Green+Blue) = 57+5+88=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #390558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390558 is #C6FAA7. Grayscale: #1D1D1D. Windows color (decimal): -13040296 or 5768505. OLE color: 5768505.

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

Color convert

RGB57588-
CMYK0.350.9400.65
HSL277.59º89.25%18.24%-
HSV(B)277.59º94.32%34.51%-
XYZ3.51.689.37-
YUV30.01160.73147.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 88 (34.77% from 255) = 58.67%
R=38%
G=3.33%
B=58.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal575880.350.9400.65277.5989.2518.24
Hex39558235E0411165912
Octal71513043136010142613122
Binary1110011011011000100011101111001000001100010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390558; }

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

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

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

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

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

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

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

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