#390849

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

Shades of Blackcurrant #390849

Tints of Blackcurrant #390849

Color information

#390849 (or 0x390849) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 49. RGB value is (57,8,73). Sum of RGB (Red+Green+Blue) = 57+8+73=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #390849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390849 is #C6F7B6. Grayscale: #1D1D1D. Windows color (decimal): -13039543 or 4786233. OLE color: 4786233.

HSL color Cylindrical-coordinate representation of color #390849: hue angle of 285.23º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390849 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB57873-
CMYK0.220.8900.71
HSL285.23º80.25%15.88%-
HSV(B)285.23º89.04%28.63%-
XYZ2.981.526.44-
YUV30.06152.23147.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 73 (28.91% from 255) = 52.90%
R=41.30%
G=5.80%
B=52.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal578730.220.8900.71285.2380.2515.88
Hex39849165904711d5010
Octal711011126131010743512020
Binary1110011000100100110110101100101000111100011101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390849; }

 p { color: rgb(57,8,73); }

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

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

 a { background-color: rgb(57,8,73); }

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

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

 span { border-color: rgb(57,8,73); }

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