#390548

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

Shades of Blackcurrant #390548

Tints of Blackcurrant #390548

Color information

#390548 (or 0x390548) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 48. RGB value is (57,5,72). Sum of RGB (Red+Green+Blue) = 57+5+72=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #390548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390548 is #C6FAB7. Grayscale: #1B1B1B. Windows color (decimal): -13040312 or 4719929. OLE color: 4719929.

HSL color Cylindrical-coordinate representation of color #390548: hue angle of 286.57º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390548 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB57572-
CMYK0.210.9300.72
HSL286.57º87.01%15.1%-
HSV(B)286.57º93.06%28.24%-
XYZ2.911.456.26-
YUV28.19152.73148.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 72 (28.52% from 255) = 53.73%
R=42.54%
G=3.73%
B=53.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal575720.210.9300.72286.5787.0115.1
Hex39548155D04811f57f
Octal71511025135011043712717
Binary11100110110010001010110111010100100010001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390548; }

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

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

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

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

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

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

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

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