#390140

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

Shades of Blackcurrant #390140

Tints of Blackcurrant #390140

Color information

#390140 (or 0x390140) is unknown color: approx Blackcurrant. HEX triplet: 39, 01 and 40. RGB value is (57,1,64). Sum of RGB (Red+Green+Blue) = 57+1+64=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #390140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390140 is #C6FEBF. Grayscale: #181818. Windows color (decimal): -13041344 or 4194617. OLE color: 4194617.

HSL color Cylindrical-coordinate representation of color #390140: hue angle of 293.33º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390140 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB57164-
CMYK0.110.9800.75
HSL293.33º96.92%12.75%-
HSV(B)293.33º98.44%25.1%-
XYZ2.621.264.96-
YUV24.93150.05150.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=46.72%
G=0.82%
B=52.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal571640.110.9800.75293.3396.9212.75
Hex39140B6204B12561d
Octal71110013142011344514115
Binary11100111000000101111000100100101110010010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390140; }

 p { color: rgb(57,1,64); }

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

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

 a { background-color: rgb(57,1,64); }

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

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

 span { border-color: rgb(57,1,64); }

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