#390C4E

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

Shades of Blackcurrant #390C4E

Tints of Blackcurrant #390C4E

Color information

#390C4E (or 0x390C4E) is unknown color: approx Blackcurrant. HEX triplet: 39, 0C and 4E. RGB value is (57,12,78). Sum of RGB (Red+Green+Blue) = 57+12+78=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #390C4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C4E is #C6F3B1. Grayscale: #202020. Windows color (decimal): -13038514 or 5114937. OLE color: 5114937.

HSL color Cylindrical-coordinate representation of color #390C4E: hue angle of 280.91º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390C4E is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB571278-
CMYK0.270.8500.69
HSL280.91º73.33%17.65%-
HSV(B)280.91º84.62%30.59%-
XYZ3.191.687.36-
YUV32.98153.41145.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=38.78%
G=8.16%
B=53.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5712780.270.8500.69280.9173.3317.65
Hex39C4E1B550451194912
Octal711411633125010543111122
Binary1110011100100111011011101010101000101100011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390C4E; }

 p { color: rgb(57,12,78); }

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

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

 a { background-color: rgb(57,12,78); }

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

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

 span { border-color: rgb(57,12,78); }

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