#320638

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

Shades of Blackcurrant #320638

Tints of Blackcurrant #320638

Color information

#320638 (or 0x320638) is unknown color: approx Blackcurrant. HEX triplet: 32, 06 and 38. RGB value is (50,6,56). Sum of RGB (Red+Green+Blue) = 50+6+56=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #320638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320638 is #CDF9C7. Grayscale: #181818. Windows color (decimal): -13498824 or 3671602. OLE color: 3671602.

HSL color Cylindrical-coordinate representation of color #320638: hue angle of 292.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320638 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB50656-
CMYK0.110.8900.78
HSL292.8º80.65%12.16%-
HSV(B)292.8º89.29%21.96%-
XYZ2.091.093.84-
YUV24.86145.58145.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 56 (22.27% from 255) = 50%
R=44.64%
G=5.36%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal506560.110.8900.78292.880.6512.16
Hex32638B5904E12551c
Octal6267013131011644512114
Binary110010110111000101110110010100111010010010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320638; }

 p { color: rgb(50,6,56); }

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

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

 a { background-color: rgb(50,6,56); }

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

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

 span { border-color: rgb(50,6,56); }

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