#391149

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

Shades of Blackcurrant #391149

Tints of Blackcurrant #391149

Color information

#391149 (or 0x391149) is unknown color: approx Blackcurrant. HEX triplet: 39, 11 and 49. RGB value is (57,17,73). Sum of RGB (Red+Green+Blue) = 57+17+73=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #391149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391149 is #C6EEB6. Grayscale: #232323. Windows color (decimal): -13037239 or 4788537. OLE color: 4788537.

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

Color convert

RGB571773-
CMYK0.220.7700.71
HSL282.86º62.22%17.65%-
HSV(B)282.86º76.71%28.63%-
XYZ3.091.756.48-
YUV35.34149.25143.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=38.78%
G=11.56%
B=49.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5717730.220.7700.71282.8662.2217.65
Hex391149164D04711b3e12
Octal71211112611501074337622
Binary1110011000110010011011010011010100011110001101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391149; }

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

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

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

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

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

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

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

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