#320955

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

Shades of Blackcurrant #320955

Tints of Blackcurrant #320955

Color information

#320955 (or 0x320955) is unknown color: approx Blackcurrant. HEX triplet: 32, 09 and 55. RGB value is (50,9,85). Sum of RGB (Red+Green+Blue) = 50+9+85=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #320955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320955 is #CDF6AA. Grayscale: #1D1D1D. Windows color (decimal): -13498027 or 5572914. OLE color: 5572914.

HSL color Cylindrical-coordinate representation of color #320955: hue angle of 272.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320955 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB50985-
CMYK0.410.8900.67
HSL272.37º80.85%18.43%-
HSV(B)272.37º89.41%33.33%-
XYZ3.051.538.73-
YUV29.92159.08142.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=34.72%
G=6.25%
B=59.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal509850.410.8900.67272.3780.8518.43
Hex3295529590431105112
Octal621112551131010342012122
Binary11001010011010101101001101100101000011100010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320955; }

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

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

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

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

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

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

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

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