#390542

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

Shades of Blackcurrant #390542

Tints of Blackcurrant #390542

Color information

#390542 (or 0x390542) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 42. RGB value is (57,5,66). Sum of RGB (Red+Green+Blue) = 57+5+66=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #390542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390542 is #C6FABD. Grayscale: #1B1B1B. Windows color (decimal): -13040318 or 4326713. OLE color: 4326713.

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

Color convert

RGB57566-
CMYK0.140.9200.74
HSL291.15º85.92%13.92%-
HSV(B)291.15º92.42%25.88%-
XYZ2.721.375.28-
YUV27.5149.73149.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 66 (26.17% from 255) = 51.56%
R=44.53%
G=3.91%
B=51.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal575660.140.9200.74291.1585.9213.92
Hex39542E5C04A12356e
Octal71510216134011244312616
Binary1110011011000010111010111000100101010010001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390542; }

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

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

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

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

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

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

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

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