#391540

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

Shades of Blackcurrant #391540

Tints of Blackcurrant #391540

Color information

#391540 (or 0x391540) is unknown color: approx Blackcurrant. HEX triplet: 39, 15 and 40. RGB value is (57,21,64). Sum of RGB (Red+Green+Blue) = 57+21+64=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #391540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391540 is #C6EABF. Grayscale: #242424. Windows color (decimal): -13036224 or 4199737. OLE color: 4199737.

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

Color convert

RGB572164-
CMYK0.110.6700.75
HSL290.23º50.59%16.67%-
HSV(B)290.23º67.19%25.1%-
XYZ2.881.785.04-
YUV36.67143.43142.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=40.14%
G=14.79%
B=45.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5721640.110.6700.75290.2350.5916.67
Hex391540B4304B1223311
Octal71251001310301134426321
Binary111001101011000000101110000110100101110010001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391540; }

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

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

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

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

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

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

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

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