#392140

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

Shades of Blackcurrant #392140

Tints of Blackcurrant #392140

Color information

#392140 (or 0x392140) is unknown color: approx Blackcurrant. HEX triplet: 39, 21 and 40. RGB value is (57,33,64). Sum of RGB (Red+Green+Blue) = 57+33+64=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #392140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392140 is #C6DEBF. Grayscale: #2B2B2B. Windows color (decimal): -13033152 or 4202809. OLE color: 4202809.

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

Color convert

RGB573364-
CMYK0.110.4800.75
HSL286.45º31.96%19.02%-
HSV(B)286.45º48.44%25.1%-
XYZ3.162.335.13-
YUV43.71139.45137.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.01%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=37.01%
G=21.43%
B=41.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5733640.110.4800.75286.4531.9619.02
Hex392140B3004B11e2013
Octal7141100136001134364023
Binary111001100001100000010111100000100101110001111010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392140; }

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

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

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

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

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

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

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

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