#392341

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

Shades of Blackcurrant #392341

Tints of Blackcurrant #392341

Color information

#392341 (or 0x392341) is unknown color: approx Blackcurrant. HEX triplet: 39, 23 and 41. RGB value is (57,35,65). Sum of RGB (Red+Green+Blue) = 57+35+65=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #392341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392341 is #C6DCBE. Grayscale: #2C2C2C. Windows color (decimal): -13032639 or 4268857. OLE color: 4268857.

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

Color convert

RGB573565-
CMYK0.120.4600.75
HSL284º30%19.61%-
HSV(B)284º46.15%25.49%-
XYZ3.242.455.3-
YUV45139.29136.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=36.31%
G=22.29%
B=41.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5735650.120.4600.752843019.61
Hex392341C2E04B11c1e14
Octal7143101145601134343624
Binary11100110001110000011100101110010010111000111001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392341; }

 p { color: rgb(57,35,65); }

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

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

 a { background-color: rgb(57,35,65); }

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

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

 span { border-color: rgb(57,35,65); }

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