#392040

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

Shades of Blackcurrant #392040

Tints of Blackcurrant #392040

Color information

#392040 (or 0x392040) is unknown color: approx Blackcurrant. HEX triplet: 39, 20 and 40. RGB value is (57,32,64). Sum of RGB (Red+Green+Blue) = 57+32+64=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #392040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392040 is #C6DFBF. Grayscale: #2B2B2B. Windows color (decimal): -13033408 or 4202553. OLE color: 4202553.

HSL color Cylindrical-coordinate representation of color #392040: hue angle of 286.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #392040 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB573264-
CMYK0.110.5000.75
HSL286.88º33.33%18.82%-
HSV(B)286.88º50%25.1%-
XYZ3.132.275.12-
YUV43.12139.78137.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=37.25%
G=20.92%
B=41.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5732640.110.5000.75286.8833.3318.82
Hex392040B3204B11f2113
Octal7140100136201134374123
Binary111001100000100000010111100100100101110001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392040; }

 p { color: rgb(57,32,64); }

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

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

 a { background-color: rgb(57,32,64); }

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

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

 span { border-color: rgb(57,32,64); }

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