#392440

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

Shades of Blackcurrant #392440

Tints of Blackcurrant #392440

Color information

#392440 (or 0x392440) is unknown color: approx Blackcurrant. HEX triplet: 39, 24 and 40. RGB value is (57,36,64). Sum of RGB (Red+Green+Blue) = 57+36+64=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #392440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392440 is #C6DBBF. Grayscale: #2D2D2D. Windows color (decimal): -13032384 or 4203577. OLE color: 4203577.

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

Color convert

RGB573664-
CMYK0.110.4400.75
HSL285º28%19.61%-
HSV(B)285º43.75%25.1%-
XYZ3.242.55.16-
YUV45.47138.46136.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=36.31%
G=22.93%
B=40.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5736640.110.4400.752852819.61
Hex392440B2C04B11d1c14
Octal7144100135401134353424
Binary11100110010010000001011101100010010111000111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392440; }

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

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

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

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

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

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

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

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