#390344

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

Shades of Blackcurrant #390344

Tints of Blackcurrant #390344

Color information

#390344 (or 0x390344) is unknown color: approx Blackcurrant. HEX triplet: 39, 03 and 44. RGB value is (57,3,68). Sum of RGB (Red+Green+Blue) = 57+3+68=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #390344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390344 is #C6FCBB. Grayscale: #1A1A1A. Windows color (decimal): -13040828 or 4457273. OLE color: 4457273.

HSL color Cylindrical-coordinate representation of color #390344: hue angle of 289.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390344 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB57368-
CMYK0.160.9600.73
HSL289.85º91.55%13.92%-
HSV(B)289.85º95.59%26.67%-
XYZ2.761.355.58-
YUV26.56151.39149.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 68 (26.95% from 255) = 53.12%
R=44.53%
G=2.34%
B=53.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal573680.160.9600.73289.8591.5513.92
Hex3934410600491225ce
Octal71310420140011144213416
Binary1110011110001001000011000000100100110010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390344; }

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

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

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

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

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

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

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

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