#390842

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

Shades of Blackcurrant #390842

Tints of Blackcurrant #390842

Color information

#390842 (or 0x390842) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 42. RGB value is (57,8,66). Sum of RGB (Red+Green+Blue) = 57+8+66=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #390842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390842 is #C6F7BD. Grayscale: #1D1D1D. Windows color (decimal): -13039550 or 4327481. OLE color: 4327481.

HSL color Cylindrical-coordinate representation of color #390842: hue angle of 290.69º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390842 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB57866-
CMYK0.140.8800.74
HSL290.69º78.38%14.51%-
HSV(B)290.69º87.88%25.88%-
XYZ2.761.445.29-
YUV29.26148.73147.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 66 (26.17% from 255) = 50.38%
R=43.51%
G=6.11%
B=50.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal578660.140.8800.74290.6978.3814.51
Hex39842E5804A1234ef
Octal711010216130011244311617
Binary11100110001000010111010110000100101010010001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390842; }

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

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

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

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

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

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

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

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