#320140

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

Shades of Blackcurrant #320140

Tints of Blackcurrant #320140

Color information

#320140 (or 0x320140) is unknown color: approx Blackcurrant. HEX triplet: 32, 01 and 40. RGB value is (50,1,64). Sum of RGB (Red+Green+Blue) = 50+1+64=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #320140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320140 is #CDFEBF. Grayscale: #161616. Windows color (decimal): -13500096 or 4194610. OLE color: 4194610.

HSL color Cylindrical-coordinate representation of color #320140: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320140 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB50164-
CMYK0.220.9800.75
HSL286.67º96.92%12.75%-
HSV(B)286.67º98.44%25.1%-
XYZ2.251.074.94-
YUV22.83151.23147.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=43.48%
G=0.87%
B=55.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal501640.220.9800.75286.6796.9212.75
Hex32140166204B11f61d
Octal62110026142011343714115
Binary110010110000001011011000100100101110001111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320140; }

 p { color: rgb(50,1,64); }

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

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

 a { background-color: rgb(50,1,64); }

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

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

 span { border-color: rgb(50,1,64); }

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