#390150

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

Shades of Blackcurrant #390150

Tints of Blackcurrant #390150

Color information

#390150 (or 0x390150) is unknown color: approx Blackcurrant. HEX triplet: 39, 01 and 50. RGB value is (57,1,80). Sum of RGB (Red+Green+Blue) = 57+1+80=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #390150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390150 is #C6FEAF. Grayscale: #1A1A1A. Windows color (decimal): -13041328 or 5243193. OLE color: 5243193.

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

Color convert

RGB57180-
CMYK0.290.9900.69
HSL282.53º97.53%15.88%-
HSV(B)282.53º98.75%31.37%-
XYZ3.151.477.71-
YUV26.75158.05149.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=41.30%
G=0.72%
B=57.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal571800.290.9900.69282.5397.5315.88
Hex391501D6304511b6210
Octal71112035143010543314220
Binary1110011101000011101110001101000101100011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390150; }

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

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

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

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

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

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

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

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