#390350

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

Shades of Blackcurrant #390350

Tints of Blackcurrant #390350

Color information

#390350 (or 0x390350) is unknown color: approx Blackcurrant. HEX triplet: 39, 03 and 50. RGB value is (57,3,80). Sum of RGB (Red+Green+Blue) = 57+3+80=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #390350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390350 is #C6FCAF. Grayscale: #1B1B1B. Windows color (decimal): -13040816 or 5243705. OLE color: 5243705.

HSL color Cylindrical-coordinate representation of color #390350: hue angle of 282.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390350 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB57380-
CMYK0.290.9600.69
HSL282.08º92.77%16.27%-
HSV(B)282.08º96.25%31.37%-
XYZ3.171.517.71-
YUV27.92157.39148.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=40.71%
G=2.14%
B=57.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal573800.290.9600.69282.0892.7716.27
Hex393501D6004511a5d10
Octal71312035140010543213520
Binary11100111101000011101110000001000101100011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390350; }

 p { color: rgb(57,3,80); }

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

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

 a { background-color: rgb(57,3,80); }

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

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

 span { border-color: rgb(57,3,80); }

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