#392540

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

Shades of Blackcurrant #392540

Tints of Blackcurrant #392540

Color information

#392540 (or 0x392540) is unknown color: approx Blackcurrant. HEX triplet: 39, 25 and 40. RGB value is (57,37,64). Sum of RGB (Red+Green+Blue) = 57+37+64=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #392540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392540 is #C6DABF. Grayscale: #2D2D2D. Windows color (decimal): -13032128 or 4203833. OLE color: 4203833.

HSL color Cylindrical-coordinate representation of color #392540: hue angle of 284.44º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392540 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB573764-
CMYK0.110.4200.75
HSL284.44º26.73%19.8%-
HSV(B)284.44º42.19%25.1%-
XYZ3.272.565.17-
YUV46.06138.13135.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=36.08%
G=23.42%
B=40.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5737640.110.4200.75284.4426.7319.8
Hex392540B2A04B11c1b14
Octal7145100135201134343324
Binary11100110010110000001011101010010010111000111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392540; }

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

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

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

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

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

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

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

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