#392640

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

Shades of Blackcurrant #392640

Tints of Blackcurrant #392640

Color information

#392640 (or 0x392640) is unknown color: approx Blackcurrant. HEX triplet: 39, 26 and 40. RGB value is (57,38,64). Sum of RGB (Red+Green+Blue) = 57+38+64=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #392640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392640 is #C6D9BF. Grayscale: #2E2E2E. Windows color (decimal): -13031872 or 4204089. OLE color: 4204089.

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

Color convert

RGB573864-
CMYK0.110.4100.75
HSL283.85º25.49%20%-
HSV(B)283.85º40.62%25.1%-
XYZ3.312.635.18-
YUV46.64137.79135.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=35.85%
G=23.90%
B=40.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5738640.110.4100.75283.8525.4920
Hex392640B2904B11c1914
Octal7146100135101134343124
Binary11100110011010000001011101001010010111000111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392640; }

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

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

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

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

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

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

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

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