#390543

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

Shades of Blackcurrant #390543

Tints of Blackcurrant #390543

Color information

#390543 (or 0x390543) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 43. RGB value is (57,5,67). Sum of RGB (Red+Green+Blue) = 57+5+67=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #390543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390543 is #C6FABC. Grayscale: #1B1B1B. Windows color (decimal): -13040317 or 4392249. OLE color: 4392249.

HSL color Cylindrical-coordinate representation of color #390543: hue angle of 290.32º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390543 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB57567-
CMYK0.150.9300.74
HSL290.32º86.11%14.12%-
HSV(B)290.32º92.54%26.27%-
XYZ2.751.385.43-
YUV27.62150.23148.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 67 (26.56% from 255) = 51.94%
R=44.19%
G=3.88%
B=51.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal575670.150.9300.74290.3286.1114.12
Hex39543F5D04A12256e
Octal71510317135011244212616
Binary1110011011000011111110111010100101010010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390543; }

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

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

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

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

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

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

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

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