#390C51

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

Shades of Blackcurrant #390C51

Tints of Blackcurrant #390C51

Color information

#390C51 (or 0x390C51) is unknown color: approx Blackcurrant. HEX triplet: 39, 0C and 51. RGB value is (57,12,81). Sum of RGB (Red+Green+Blue) = 57+12+81=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #390C51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C51 is #C6F3AE. Grayscale: #212121. Windows color (decimal): -13038511 or 5311545. OLE color: 5311545.

HSL color Cylindrical-coordinate representation of color #390C51: hue angle of 279.13º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390C51 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB571281-
CMYK0.300.8500.68
HSL279.13º74.19%18.24%-
HSV(B)279.13º85.19%31.76%-
XYZ3.31.737.94-
YUV33.32154.91144.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 12 (5.08% from 255) = 8%
BLUE value IS 81 (32.03% from 255) = 54%
R=38%
G=8%
B=54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5712810.300.8500.68279.1374.1918.24
Hex39C511E550441174a12
Octal711412136125010442711222
Binary1110011100101000111110101010101000100100010111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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