#320356

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

Shades of Blackcurrant #320356

Tints of Blackcurrant #320356

Color information

#320356 (or 0x320356) is unknown color: approx Blackcurrant. HEX triplet: 32, 03 and 56. RGB value is (50,3,86). Sum of RGB (Red+Green+Blue) = 50+3+86=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #320356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320356 is #CDFCA9. Grayscale: #1A1A1A. Windows color (decimal): -13499562 or 5636914. OLE color: 5636914.

HSL color Cylindrical-coordinate representation of color #320356: hue angle of 273.98º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320356 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB50386-
CMYK0.420.9700.66
HSL273.98º93.26%17.45%-
HSV(B)273.98º96.51%33.73%-
XYZ3.031.428.92-
YUV26.52161.57144.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=35.97%
G=2.16%
B=61.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal503860.420.9700.66273.9893.2617.45
Hex323562A610421125d11
Octal62312652141010242213521
Binary110010111010110101010110000101000010100010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320356; }

 p { color: rgb(50,3,86); }

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

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

 a { background-color: rgb(50,3,86); }

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

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

 span { border-color: rgb(50,3,86); }

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