#391949

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

Shades of Blackcurrant #391949

Tints of Blackcurrant #391949

Color information

#391949 (or 0x391949) is unknown color: approx Blackcurrant. HEX triplet: 39, 19 and 49. RGB value is (57,25,73). Sum of RGB (Red+Green+Blue) = 57+25+73=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #391949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391949 is #C6E6B6. Grayscale: #272727. Windows color (decimal): -13035191 or 4790585. OLE color: 4790585.

HSL color Cylindrical-coordinate representation of color #391949: hue angle of 280º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #391949 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB572573-
CMYK0.220.6600.71
HSL280º48.98%19.22%-
HSV(B)280º65.75%28.63%-
XYZ3.242.056.53-
YUV40.04146.6140.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=36.77%
G=16.13%
B=47.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5725730.220.6600.7128048.9819.22
Hex39194916420471183113
Octal71311112610201074306123
Binary1110011100110010011011010000100100011110001100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391949; }

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

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

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

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

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

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

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

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