#391040

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

Shades of Blackcurrant #391040

Tints of Blackcurrant #391040

Color information

#391040 (or 0x391040) is unknown color: approx Blackcurrant. HEX triplet: 39, 10 and 40. RGB value is (57,16,64). Sum of RGB (Red+Green+Blue) = 57+16+64=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #391040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391040 is #C6EFBF. Grayscale: #212121. Windows color (decimal): -13037504 or 4198457. OLE color: 4198457.

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

Color convert

RGB571664-
CMYK0.110.7500.75
HSL291.25º60%15.69%-
HSV(B)291.25º75%25.1%-
XYZ2.81.615.01-
YUV33.73145.08144.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=41.61%
G=11.68%
B=46.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5716640.110.7500.75291.256015.69
Hex391040B4B04B1233c10
Octal71201001311301134437420
Binary111001100001000000101110010110100101110010001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391040; }

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

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

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

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

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

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

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

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