#390241

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

Shades of Blackcurrant #390241

Tints of Blackcurrant #390241

Color information

#390241 (or 0x390241) is unknown color: approx Blackcurrant. HEX triplet: 39, 02 and 41. RGB value is (57,2,65). Sum of RGB (Red+Green+Blue) = 57+2+65=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #390241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390241 is #C6FDBE. Grayscale: #191919. Windows color (decimal): -13041087 or 4260409. OLE color: 4260409.

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

Color convert

RGB57265-
CMYK0.120.9700.75
HSL292.38º94.03%13.14%-
HSV(B)292.38º96.92%25.49%-
XYZ2.661.295.11-
YUV25.63150.22150.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=45.97%
G=1.61%
B=52.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal572650.120.9700.75292.3894.0313.14
Hex39241C6104B1245ed
Octal71210114141011344413615
Binary111001101000001110011000010100101110010010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390241; }

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

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

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

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

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

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

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

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