#391941

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

Shades of Blackcurrant #391941

Tints of Blackcurrant #391941

Color information

#391941 (or 0x391941) is unknown color: approx Blackcurrant. HEX triplet: 39, 19 and 41. RGB value is (57,25,65). Sum of RGB (Red+Green+Blue) = 57+25+65=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #391941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391941 is #C6E6BE. Grayscale: #272727. Windows color (decimal): -13035199 or 4266297. OLE color: 4266297.

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

Color convert

RGB572565-
CMYK0.120.6200.75
HSL288º44.44%17.65%-
HSV(B)288º61.54%25.49%-
XYZ2.991.955.22-
YUV39.13142.6140.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=38.78%
G=17.01%
B=44.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5725650.120.6200.7528844.4417.65
Hex391941C3E04B1202c12
Octal7131101147601134405422
Binary11100111001100000111001111100100101110010000010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391941; }

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

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

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

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

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

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

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

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