#320951

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

Shades of Blackcurrant #320951

Tints of Blackcurrant #320951

Color information

#320951 (or 0x320951) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 51. RGB value is (50,9,81). Sum of RGB (Red+Green+Blue) = 50+9+81=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #320951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320951 is #CDF6AE. Grayscale: #1D1D1D. Windows color (decimal): -13498031 or 5310770. OLE color: 5310770.

HSL color Cylindrical-coordinate representation of color #320951: hue angle of 274.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320951 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB50981-
CMYK0.380.8900.68
HSL274.17º80%17.65%-
HSV(B)274.17º88.89%31.76%-
XYZ2.91.477.92-
YUV29.47157.08142.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=35.71%
G=6.43%
B=57.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal509810.380.8900.68274.178017.65
Hex3295126590441125012
Octal621112146131010442212022
Binary11001010011010001100110101100101000100100010010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320951; }

 p { color: rgb(50,9,81); }

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

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

 a { background-color: rgb(50,9,81); }

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

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

 span { border-color: rgb(50,9,81); }

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