#390441

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

Shades of Blackcurrant #390441

Tints of Blackcurrant #390441

Color information

#390441 (or 0x390441) is unknown color: approx Blackcurrant. HEX triplet: 39, 04 and 41. RGB value is (57,4,65). Sum of RGB (Red+Green+Blue) = 57+4+65=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #390441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390441 is #C6FBBE. Grayscale: #1A1A1A. Windows color (decimal): -13040575 or 4260921. OLE color: 4260921.

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

Color convert

RGB57465-
CMYK0.120.9400.75
HSL292.13º88.41%13.53%-
HSV(B)292.13º93.85%25.49%-
XYZ2.681.345.12-
YUV26.8149.56149.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=45.24%
G=3.17%
B=51.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal574650.120.9400.75292.1388.4113.53
Hex39441C5E04B12458e
Octal71410114136011344413016
Binary1110011001000001110010111100100101110010010010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390441; }

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

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

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

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

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

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

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

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