#390042

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

Shades of Blackcurrant #390042

Tints of Blackcurrant #390042

Color information

#390042 (or 0x390042) is unknown color: approx Blackcurrant. HEX triplet: 39, 00 and 42. RGB value is (57,0,66). Sum of RGB (Red+Green+Blue) = 57+0+66=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #390042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390042 is #C6FFBD. Grayscale: #181818. Windows color (decimal): -13041598 or 4325433. OLE color: 4325433.

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

Color convert

RGB57066-
CMYK0.14100.74
HSL291.82º100%12.94%-
HSV(B)291.82º100%25.88%-
XYZ2.671.265.26-
YUV24.57151.38151.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=46.34%
G=0%
B=53.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal570660.14100.74291.8210012.94
Hex39042E6404A12464d
Octal71010216144011244414415
Binary11100101000010111011001000100101010010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390042; }

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

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

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

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

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

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

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

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