#392240

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

Shades of Blackcurrant #392240

Tints of Blackcurrant #392240

Color information

#392240 (or 0x392240) is unknown color: approx Blackcurrant. HEX triplet: 39, 22 and 40. RGB value is (57,34,64). Sum of RGB (Red+Green+Blue) = 57+34+64=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #392240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392240 is #C6DDBF. Grayscale: #2C2C2C. Windows color (decimal): -13032896 or 4203065. OLE color: 4203065.

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

Color convert

RGB573464-
CMYK0.110.4700.75
HSL286º30.61%19.22%-
HSV(B)286º46.88%25.1%-
XYZ3.182.385.14-
YUV44.3139.12137.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=36.77%
G=21.94%
B=41.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5734640.110.4700.7528630.6119.22
Hex392240B2F04B11e1f13
Octal7142100135701134363723
Binary11100110001010000001011101111010010111000111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392240; }

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

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

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

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

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

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

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

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