#390841

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

Shades of Blackcurrant #390841

Tints of Blackcurrant #390841

Color information

#390841 (or 0x390841) is unknown color: approx Blackcurrant. HEX triplet: 39, 08 and 41. RGB value is (57,8,65). Sum of RGB (Red+Green+Blue) = 57+8+65=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #390841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390841 is #C6F7BE. Grayscale: #1C1C1C. Windows color (decimal): -13039551 or 4261945. OLE color: 4261945.

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

Color convert

RGB57865-
CMYK0.120.8800.75
HSL291.58º78.08%14.31%-
HSV(B)291.58º87.69%25.49%-
XYZ2.731.435.13-
YUV29.15148.23147.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 65 (25.78% from 255) = 50%
R=43.85%
G=6.15%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal578650.120.8800.75291.5878.0814.31
Hex39841C5804B1244ee
Octal711010114130011344411616
Binary11100110001000001110010110000100101110010010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390841; }

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

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

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

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

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

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

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

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