#390146

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

Shades of Blackcurrant #390146

Tints of Blackcurrant #390146

Color information

#390146 (or 0x390146) is unknown color: approx Blackcurrant. HEX triplet: 39, 01 and 46. RGB value is (57,1,70). Sum of RGB (Red+Green+Blue) = 57+1+70=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #390146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390146 is #C6FEB9. Grayscale: #191919. Windows color (decimal): -13041338 or 4587833. OLE color: 4587833.

HSL color Cylindrical-coordinate representation of color #390146: hue angle of 288.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390146 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB57170-
CMYK0.190.9900.73
HSL288.7º97.18%13.92%-
HSV(B)288.7º98.57%27.45%-
XYZ2.81.335.9-
YUV25.61153.05150.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=44.53%
G=0.78%
B=54.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal571700.190.9900.73288.797.1813.92
Hex39146136304912161e
Octal71110623143011144114116
Binary111001110001101001111000110100100110010000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390146; }

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

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

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

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

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

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

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

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