#390245

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

Shades of Blackcurrant #390245

Tints of Blackcurrant #390245

Color information

#390245 (or 0x390245) is unknown color: approx Blackcurrant. HEX triplet: 39, 02 and 45. RGB value is (57,2,69). Sum of RGB (Red+Green+Blue) = 57+2+69=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #390245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390245 is #C6FDBA. Grayscale: #191919. Windows color (decimal): -13041083 or 4522553. OLE color: 4522553.

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

Color convert

RGB57269-
CMYK0.170.9700.73
HSL289.25º94.37%13.92%-
HSV(B)289.25º97.1%27.06%-
XYZ2.781.345.74-
YUV26.08152.22150.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 69 (27.34% from 255) = 53.91%
R=44.53%
G=1.56%
B=53.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal572690.170.9700.73289.2594.3713.92
Hex3924511610491215ee
Octal71210521141011144113616
Binary1110011010001011000111000010100100110010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390245; }

 p { color: rgb(57,2,69); }

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

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

 a { background-color: rgb(57,2,69); }

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

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

 span { border-color: rgb(57,2,69); }

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