#392141

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

Shades of Blackcurrant #392141

Tints of Blackcurrant #392141

Color information

#392141 (or 0x392141) is unknown color: approx Blackcurrant. HEX triplet: 39, 21 and 41. RGB value is (57,33,65). Sum of RGB (Red+Green+Blue) = 57+33+65=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #392141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392141 is #C6DEBE. Grayscale: #2B2B2B. Windows color (decimal): -13033151 or 4268345. OLE color: 4268345.

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

Color convert

RGB573365-
CMYK0.120.4900.75
HSL285º32.65%19.22%-
HSV(B)285º49.23%25.49%-
XYZ3.192.345.28-
YUV43.82139.95137.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=36.77%
G=21.29%
B=41.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5733650.120.4900.7528532.6519.22
Hex392141C3104B11d2113
Octal7141101146101134354123
Binary111001100001100000111001100010100101110001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392141; }

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

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

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

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

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

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

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

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