#390846

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

Shades of Blackcurrant #390846

Tints of Blackcurrant #390846

Color information

#390846 (or 0x390846) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 46. RGB value is (57,8,70). Sum of RGB (Red+Green+Blue) = 57+8+70=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #390846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390846 is #C6F7B9. Grayscale: #1D1D1D. Windows color (decimal): -13039546 or 4589625. OLE color: 4589625.

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

Color convert

RGB57870-
CMYK0.190.8900.73
HSL287.42º79.49%15.29%-
HSV(B)287.42º88.57%27.45%-
XYZ2.881.495.93-
YUV29.72150.73147.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 70 (27.73% from 255) = 51.85%
R=42.22%
G=5.93%
B=51.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal578700.190.8900.73287.4279.4915.29
Hex39846135904911f4ff
Octal711010623131011143711717
Binary111001100010001101001110110010100100110001111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390846; }

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

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

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

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

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

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

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

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