#390541

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

Shades of Blackcurrant #390541

Tints of Blackcurrant #390541

Color information

#390541 (or 0x390541) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 41. RGB value is (57,5,65). Sum of RGB (Red+Green+Blue) = 57+5+65=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #390541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390541 is #C6FABE. Grayscale: #1B1B1B. Windows color (decimal): -13040319 or 4261177. OLE color: 4261177.

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

Color convert

RGB57565-
CMYK0.120.9200.75
HSL292º85.71%13.73%-
HSV(B)292º92.31%25.49%-
XYZ2.71.365.12-
YUV27.39149.23149.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=44.88%
G=3.94%
B=51.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal575650.120.9200.7529285.7113.73
Hex39541C5C04B12456e
Octal71510114134011344412616
Binary1110011011000001110010111000100101110010010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390541; }

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

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

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

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

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

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

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

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