#391550

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

Shades of Blackcurrant #391550

Tints of Blackcurrant #391550

Color information

#391550 (or 0x391550) is unknown color: approx Blackcurrant. HEX triplet: 39, 15 and 50. RGB value is (57,21,80). Sum of RGB (Red+Green+Blue) = 57+21+80=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #391550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391550 is #C6EAAF. Grayscale: #262626. Windows color (decimal): -13036208 or 5248313. OLE color: 5248313.

HSL color Cylindrical-coordinate representation of color #391550: hue angle of 276.61º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391550 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB572180-
CMYK0.290.7400.69
HSL276.61º58.42%19.8%-
HSV(B)276.61º73.75%31.37%-
XYZ3.41.997.79-
YUV38.49151.43141.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=36.08%
G=13.29%
B=50.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5721800.290.7400.69276.6158.4219.8
Hex3915501D4A0451153a14
Octal71251203511201054257224
Binary1110011010110100001110110010100100010110001010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391550; }

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

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

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

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

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

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

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

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