#390951

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

Shades of Blackcurrant #390951

Tints of Blackcurrant #390951

Color information

#390951 (or 0x390951) is unknown color: approx Blackcurrant. HEX triplet: 39, 09 and 51. RGB value is (57,9,81). Sum of RGB (Red+Green+Blue) = 57+9+81=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #390951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390951 is #C6F6AE. Grayscale: #1F1F1F. Windows color (decimal): -13039279 or 5310777. OLE color: 5310777.

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

Color convert

RGB57981-
CMYK0.300.8900.68
HSL280º80%17.65%-
HSV(B)280º88.89%31.76%-
XYZ3.271.667.93-
YUV31.56155.9146.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=38.78%
G=6.12%
B=55.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal579810.300.8900.682808017.65
Hex399511E590441185012
Octal711112136131010443012022
Binary1110011001101000111110101100101000100100011000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390951; }

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

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

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

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

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

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

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

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