#321150

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

Shades of Blackcurrant #321150

Tints of Blackcurrant #321150

Color information

#321150 (or 0x321150) is unknown color: approx Blackcurrant. HEX triplet: 32, 11 and 50. RGB value is (50,17,80). Sum of RGB (Red+Green+Blue) = 50+17+80=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #321150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321150 is #CDEEAF. Grayscale: #212121. Windows color (decimal): -13495984 or 5247282. OLE color: 5247282.

HSL color Cylindrical-coordinate representation of color #321150: hue angle of 271.43º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321150 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB501780-
CMYK0.370.7900.69
HSL271.43º64.95%19.02%-
HSV(B)271.43º78.75%31.37%-
XYZ2.961.667.75-
YUV34.05153.93139.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=34.01%
G=11.56%
B=54.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5017800.370.7900.69271.4364.9519.02
Hex321150254F04510f4113
Octal622112045117010541710123
Binary110010100011010000100101100111101000101100001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321150; }

 p { color: rgb(50,17,80); }

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

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

 a { background-color: rgb(50,17,80); }

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

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

 span { border-color: rgb(50,17,80); }

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