#320850

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

Shades of Blackcurrant #320850

Tints of Blackcurrant #320850

Color information

#320850 (or 0x320850) is unknown color: approx Blackcurrant. HEX triplet: 32, 08 and 50. RGB value is (50,8,80). Sum of RGB (Red+Green+Blue) = 50+8+80=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #320850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320850 is #CDF7AF. Grayscale: #1C1C1C. Windows color (decimal): -13498288 or 5244978. OLE color: 5244978.

HSL color Cylindrical-coordinate representation of color #320850: hue angle of 275º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320850 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB50880-
CMYK0.370.9000.69
HSL275º81.82%17.25%-
HSV(B)275º90%31.37%-
XYZ2.851.437.72-
YUV28.77156.91143.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=36.23%
G=5.80%
B=57.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal508800.370.9000.6927581.8217.25
Hex32850255A0451135211
Octal621012045132010542312221
Binary11001010001010000100101101101001000101100010011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320850; }

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

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

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

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

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

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

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

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